diff options
| author | Mark Otto <[email protected]> | 2011-09-09 10:04:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-09 10:04:07 -0700 |
| commit | 53135839f549a3278e39f912283b48180a2b6c8c (patch) | |
| tree | aca54aec4bbc0f8a750c521f6628c2613fbf6f1d /docs/assets/css/docs.css | |
| parent | df3ca4d94a69436c1d6c53f5559aefca98fb2232 (diff) | |
| download | bootstrap-53135839f549a3278e39f912283b48180a2b6c8c.tar.xz bootstrap-53135839f549a3278e39f912283b48180a2b6c8c.zip | |
adding nested columns to the grid section
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index b8ac95c42..31ed82a7f 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -142,15 +142,21 @@ section > .row { } .show-grid [class*="span"] { background-color: #eee; + background-color: rgba(0,0,0,.1); text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; - height: 30px; + min-height: 30px; line-height: 30px; } .show-grid:hover [class*="span"] { - background: rgba(0, 0, 0, 0.25); + background-color: #ddd; + background-color: rgba(0,0,0,.2); +} +.show-grid .show-grid { + margin-top: 0; + margin-bottom: 0; } /* Render mini layout previews -------------------------------------------------- */ |
