diff options
| author | Mark Otto <[email protected]> | 2012-01-27 19:49:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 19:49:56 -0800 |
| commit | d02c6957d44761c35121cb88af727802ce4d9e5e (patch) | |
| tree | f54e91a3377c1c9b3ec668926ecc103754e81305 /docs/assets/css/bootstrap.css | |
| parent | a624ac1edf7484dbdf7f4176d9d4485f1878f4e5 (diff) | |
| download | bootstrap-d02c6957d44761c35121cb88af727802ce4d9e5e.tar.xz bootstrap-d02c6957d44761c35121cb88af727802ce4d9e5e.zip | |
fixing up buttons and examples of implementing icons
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 790f98340..6eff3a589 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Jan 27 18:48:54 PST 2012 + * Date: Fri Jan 27 19:45:56 PST 2012 */ article, aside, @@ -2691,6 +2691,10 @@ button.btn.small, input[type=submit].btn.small { .btn-group + .btn-group { margin-left: 5px; } +.btn-toolbar { + margin-top: 9px; + margin-bottom: 9px; +} .btn-toolbar .btn-group { display: inline-block; *display: inline; @@ -2769,9 +2773,13 @@ button.btn.small, input[type=submit].btn.small { box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn .caret { - margin-top: 6px; + margin-top: 7px; margin-left: 0; } +.btn:hover .caret, .open.btn-group .caret { + opacity: 1; + filter: alpha(opacity=100); +} .primary .caret, .danger .caret, .info .caret, |
