diff options
| author | Aditya Panchal <[email protected]> | 2012-02-05 22:04:46 -0600 |
|---|---|---|
| committer | Aditya Panchal <[email protected]> | 2012-02-05 22:04:46 -0600 |
| commit | 8a8daca71e7c979cc2cac6392e9cf810428a0423 (patch) | |
| tree | 0e80e6149c426b57458f766349053e215442a92d | |
| parent | f68f7870efd4e56dc1d651dc5de37b265558fce1 (diff) | |
| download | bootstrap-8a8daca71e7c979cc2cac6392e9cf810428a0423.tar.xz bootstrap-8a8daca71e7c979cc2cac6392e9cf810428a0423.zip | |
Fixed a typo in base-css.html which allows the user icon to be shown on the example button
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 60b6edfe1..1b8e3349f 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1495,7 +1495,7 @@ For example, <code>section</code> should be wrapped as inline. <a class="btn" href="#"><i class="icon-align-justify"></i></a> </div> <div class="btn-group"> - <a class="btn btn-primary" href="#"><i class="icon white user"></i> User</a> + <a class="btn btn-primary" href="#"><i class="icon-user icon-white"></i> User</a> <a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#"><i class="icon-pencil"></i> Edit</a></li> |
