diff options
| author | Jacob Thornton <[email protected]> | 2011-09-15 22:27:41 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-15 22:27:41 -0700 |
| commit | 68f89d109f1a3324267988159421f7c745d8f6b7 (patch) | |
| tree | a4740e8a1be070acc3e6cbc7951d00190deccad0 /docs/assets/css/docs.css | |
| parent | 8896497ea88037fe3e082eb7d7d9c3c3051b9b6b (diff) | |
| download | bootstrap-68f89d109f1a3324267988159421f7c745d8f6b7.tar.xz bootstrap-68f89d109f1a3324267988159421f7c745d8f6b7.zip | |
little fixes for ie 7
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 37e18c8e4..ef8b138ad 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -182,8 +182,8 @@ section > .row { margin-bottom: 10px; } .show-grid [class*="span"] { - background-color: #eee; - background-color: rgba(0,0,0,.1); + background: #eee; + background: rgba(0,0,0,.1); text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; @@ -192,8 +192,8 @@ section > .row { line-height: 30px; } .show-grid:hover [class*="span"] { - background-color: #ddd; - background-color: rgba(0,0,0,.2); + background: #ddd; + background: rgba(0,0,0,.2); } .show-grid .show-grid { margin-top: 0; |
