aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-29 16:12:39 -0700
committerChris Rebert <[email protected]>2013-08-29 16:12:39 -0700
commit5b21768c054b86dd9f27eea9879f75668546cdc4 (patch)
tree802b1ad3596b37659c0f8f43482cae0e1219cd44 /getting-started.html
parent0ce3d67f359d2385dd375ae35ee2462c26d6f012 (diff)
downloadbootstrap-5b21768c054b86dd9f27eea9879f75668546cdc4.tar.xz
bootstrap-5b21768c054b86dd9f27eea9879f75668546cdc4.zip
fix #10292
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html
index 99d61e86a..0b0aee60d 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -368,6 +368,10 @@ bootstrap/
<td><code>.btn-lg</code></td>
</tr>
<tr>
+ <td><code>.alert-error</code></td>
+ <td><code>.alert-danger</code></td>
+ </tr>
+ <tr>
<td><code>.visible-phone</code></td>
<td><code>.visible-xs</code></td>
</tr>
@@ -427,6 +431,10 @@ bootstrap/
<td><code>.muted</code></td>
<td><code>.text-muted</code></td>
</tr>
+ <tr>
+ <td><code>.text-error</code></td>
+ <td><code>.text-danger</code></td>
+ </tr>
</tbody>
</table>
</div><!-- /.table-responsive -->