diff options
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index 4e7316558..8db6a82e6 100644 --- a/bootstrap.css +++ b/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: Thu Jan 26 11:09:38 PST 2012 + * Date: Thu Jan 26 13:56:25 PST 2012 */ article, aside, @@ -2518,6 +2518,9 @@ table .span12 { padding: 7px 9px 7px; font-size: 11px; } +.btn.small .icon { + margin-top: -2px; +} button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { padding: 0; border: 0; @@ -2616,6 +2619,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { opacity: 0.75; filter: alpha(opacity=75); } +.btn.small .caret { + margin-top: 4px; +} .alert { padding: 8px 35px 8px 14px; margin-bottom: 18px; @@ -2880,9 +2886,12 @@ a.thumbnail:hover { border-radius: 4px; } .accordion-heading { - padding: 8px 15px; border-bottom: 0; } +.accordion-heading .accordion-toggle { + display: block; + padding: 8px 15px; +} .accordion-body { margin-bottom: 2px; } |
