diff options
| author | Mark Otto <[email protected]> | 2011-09-08 10:36:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-08 10:36:56 -0700 |
| commit | 1c03a075919681c398622bc36ca9f78b5f3c1737 (patch) | |
| tree | 97fd4820d5a9d67cf4c0c528daf99fedacd35149 /docs/assets/css/docs.css | |
| parent | 1af96b9a58b0bbd27a705000ed1ce68b5af04b7f (diff) | |
| download | bootstrap-1c03a075919681c398622bc36ca9f78b5f3c1737.tar.xz bootstrap-1c03a075919681c398622bc36ca9f78b5f3c1737.zip | |
bump css to 1.3.0, update makefile to reflect that, update form css to prepend form to the .clearfix to prevent some bullshit, small tweaks elsewhere
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 2c1ebd731..dd62bcb9e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -66,7 +66,7 @@ section > .row { line-height: 27px; } -div.quickstart { +.quickstart { background-color: #f5f5f5; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5)); @@ -81,13 +81,16 @@ div.quickstart { border-top: 1px solid #fff; border-bottom: 1px solid #eee; } -div.quickstart div.row { +.quickstart .container { + margin-bottom: 0; +} +.quickstart .row { margin: 0 -20px; -webkit-box-shadow: 1px 0 0 #f9f9f9; -moz-box-shadow: 1px 0 0 #f9f9f9; box-shadow: 1px 0 0 #f9f9f9; } -div.quickstart div.columns { +.quickstart [class*="span"] { width: 285px; height: 117px; margin-left: 0; @@ -97,21 +100,21 @@ div.quickstart div.columns { -moz-box-shadow: inset 1px 0 0 #f9f9f9; box-shadow: inset 1px 0 0 #f9f9f9; } -div.quickstart div.columns:last-child { +.quickstart [class*="span"]:last-child { border-right: 1px solid #eee; width: 286px; } -div.quickstart h6, -div.quickstart p { +.quickstart h6, +.quickstart p { line-height: 18px; text-align: center; margin-bottom: 9px; color: #333; } -div.quickstart h6 { +.quickstart h6 { color: #999; } -div.quickstart form textarea { +.quickstart textarea { display: block; width: 275px; height: auto; @@ -137,7 +140,7 @@ div.quickstart form textarea { margin-top: 10px; margin-bottom: 10px; } -.show-grid .column, .show-grid .columns { +.show-grid [class*="span"] { background-color: #eee; text-align: center; -webkit-border-radius: 3px; @@ -146,7 +149,7 @@ div.quickstart form textarea { height: 30px; line-height: 30px; } -.show-grid:hover .column, .show-grid:hover .columns { +.show-grid:hover [class*="span"] { background: rgba(0, 0, 0, 0.25); } /* Render mini layout previews |
