diff options
| author | Jacob Thornton <[email protected]> | 2011-09-16 11:09:46 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-16 11:09:46 -0700 |
| commit | aa432390888bae158bbc3014eed9af55103d03aa (patch) | |
| tree | b9546431afee3e296dc201ed6228585d3bbd4867 /docs/assets/css/docs.css | |
| parent | f0d5caf0547da84c8e3b80e704510a36d8a4e39b (diff) | |
| parent | e8d9eb264c3ba8c263d37259f65eece7247b00b9 (diff) | |
| download | bootstrap-aa432390888bae158bbc3014eed9af55103d03aa.tar.xz bootstrap-aa432390888bae158bbc3014eed9af55103d03aa.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index ef8b138ad..fb727a900 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -22,6 +22,7 @@ section > .row { /* Jumbotrons -------------------------------------------------- */ .jumbotron { + min-width: 940px; padding-top: 40px; } .jumbotron .inner { @@ -98,6 +99,7 @@ section > .row { -------------------------------------------------- */ .footer { background-color: #eee; + min-width: 940px; padding: 30px 0; text-shadow: 0 1px 0 #fff; border-top: 1px solid #e5e5e5; @@ -183,7 +185,6 @@ section > .row { } .show-grid [class*="span"] { background: #eee; - background: rgba(0,0,0,.1); text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; @@ -193,12 +194,14 @@ section > .row { } .show-grid:hover [class*="span"] { background: #ddd; - background: rgba(0,0,0,.2); } .show-grid .show-grid { margin-top: 0; margin-bottom: 0; } +.show-grid .show-grid [class*="span"] { + background-color: #ccc; +} /* Render mini layout previews |
