diff options
| author | Mark Otto <[email protected]> | 2011-09-16 10:51:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-16 10:51:44 -0700 |
| commit | e8d9eb264c3ba8c263d37259f65eece7247b00b9 (patch) | |
| tree | c6d6cac4266f0c618329eace3c026eae127cd037 /docs | |
| parent | 29033316e414748862b28eb69dfc2a6e71bd15b1 (diff) | |
| download | bootstrap-e8d9eb264c3ba8c263d37259f65eece7247b00b9.tar.xz bootstrap-e8d9eb264c3ba8c263d37259f65eece7247b00b9.zip | |
update alert message for ie7 to adjust dismiss icon, update example pages to clean up a few things from testing
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index f2ccd0060..fb727a900 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -185,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; @@ -195,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 |
