diff options
| author | Mark Otto <[email protected]> | 2012-01-16 17:27:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-16 17:27:30 -0800 |
| commit | f1a88eede391cbb4beaadce60768a351724d7633 (patch) | |
| tree | 16f21a8ac0e22102f7300754922a808c0a0ca5e8 /bootstrap.css | |
| parent | f48278dac6ac89fcf9d1ab7526ec3029dd1a4d8e (diff) | |
| download | bootstrap-f1a88eede391cbb4beaadce60768a351724d7633.tar.xz bootstrap-f1a88eede391cbb4beaadce60768a351724d7633.zip | |
fix js link in docs nav, restyle accordion with new css
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/bootstrap.css b/bootstrap.css index 8192b24c8..acd0ae5c8 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: Sun Jan 15 18:32:40 PST 2012 + * Date: Mon Jan 16 16:01:19 PST 2012 */ html, body { margin: 0; @@ -2939,17 +2939,25 @@ a.thumbnail:hover { .accordion { padding: 0; } +.accordion-group { + margin-bottom: 9px; + background-color: #eee; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} .accordion-heading { - padding: 5px 10px; - border: 1px solid #ddd; + display: block; + padding: 9px 15px; } .accordion-body { - padding: 10px; - margin-left: 0; - margin-bottom: 9px; - border: 1px solid #ddd; - border-top: 0; display: none; + padding: 15px; + margin-left: 0; + border-top: 1px solid #ddd; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); } .accordion .in { display: block; |
