diff options
| author | Mark Otto <[email protected]> | 2012-02-07 00:07:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-07 00:07:08 -0800 |
| commit | 3b57fba754c2536e9c8a8bcf10b24f3e2cec4677 (patch) | |
| tree | 82345d098e27134e6a5447e957b987dfa327e5a4 /docs | |
| parent | 3fa971378e7acc4c235821b71ca5ac6deb2ac423 (diff) | |
| download | bootstrap-3b57fba754c2536e9c8a8bcf10b24f3e2cec4677.tar.xz bootstrap-3b57fba754c2536e9c8a8bcf10b24f3e2cec4677.zip | |
merge in #1757 and make the chance to the mustache template, then remake
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52562 -> 52562 bytes | |||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 7c1f79a54..707487f67 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 1b8307b92..8fe3443a6 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1468,7 +1468,7 @@ <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> {{_i}}User{{/i}}</a> + <a class="btn btn-primary" href="#"><i class="icon-user icon-white"></i> {{_i}}User{{/i}}</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> {{_i}}Edit{{/i}}</a></li> |
