diff options
| author | Chris Rebert <[email protected]> | 2013-08-29 16:12:39 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-29 16:12:39 -0700 |
| commit | 5b21768c054b86dd9f27eea9879f75668546cdc4 (patch) | |
| tree | 802b1ad3596b37659c0f8f43482cae0e1219cd44 /getting-started.html | |
| parent | 0ce3d67f359d2385dd375ae35ee2462c26d6f012 (diff) | |
| download | bootstrap-5b21768c054b86dd9f27eea9879f75668546cdc4.tar.xz bootstrap-5b21768c054b86dd9f27eea9879f75668546cdc4.zip | |
fix #10292
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 8 |
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 --> |
