From 68f89d109f1a3324267988159421f7c745d8f6b7 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 15 Sep 2011 22:27:41 -0700 Subject: little fixes for ie 7 --- docs/assets/css/docs.css | 8 ++++---- docs/index.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') 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; diff --git a/docs/index.html b/docs/index.html index 68e60e20d..20e27f9b4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,7 +128,7 @@

Browser support

Bootstrap is tested and supported in major modern browsers like Chrome, Safari, Internet Explorer, and Firefox.

- Tested and supported in Chrome, Safari, Internet Explorer, and Firefox + Tested and supported in Chrome, Safari, Internet Explorer, and Firefox
- + -- cgit v1.2.3