diff options
| author | Mark Otto <[email protected]> | 2012-02-05 01:57:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 01:57:09 -0800 |
| commit | d92523f3299c751d77ea43893fa39bbb687a5f80 (patch) | |
| tree | a596a57a15b46ca33ad25b1a4017fa47ddb41d42 /docs/components.html | |
| parent | ff91b233eb51da94451114f45e276ba325f67479 (diff) | |
| download | bootstrap-d92523f3299c751d77ea43893fa39bbb687a5f80.tar.xz bootstrap-d92523f3299c751d77ea43893fa39bbb687a5f80.zip | |
fix for #1658 to give .label-success proper text
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index 67fe16f13..2a31528ea 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1094,7 +1094,7 @@ <span class="label label-success">Success</span> </td> <td> - <code><span class="label label-success">New</span></code> + <code><span class="label label-success">Success</span></code> </td> </tr> <tr> |
