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 | |
| parent | 8896497ea88037fe3e082eb7d7d9c3c3051b9b6b (diff) | |
| download | bootstrap-68f89d109f1a3324267988159421f7c745d8f6b7.tar.xz bootstrap-68f89d109f1a3324267988159421f7c745d8f6b7.zip | |
little fixes for ie 7
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 8 | ||||
| -rw-r--r-- | docs/index.html | 4 |
2 files changed, 6 insertions, 6 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; 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 @@ <div class="span-one-third"> <h3>Browser support</h3> <p>Bootstrap is tested and supported in major modern browsers like Chrome, Safari, Internet Explorer, and Firefox.</p> - <img src="assets/img/browsers.png" width="258px" height="48px" alt="Tested and supported in Chrome, Safari, Internet Explorer, and Firefox"> + <img src="assets/img/browsers.png" alt="Tested and supported in Chrome, Safari, Internet Explorer, and Firefox"> <ul> <li>Latest Safari</li> <li>Latest Google Chrome</li> @@ -1670,7 +1670,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita </div> </div> </div> - <img class="large-bird" src="assets/img/bird.png" width="220px" height="145px"> + <img class="large-bird" src="assets/img/bird.png" > </div> </div> </div> |
