1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

little fixes for ie 7

This commit is contained in:
Jacob Thornton
2011-09-15 22:27:41 -07:00
parent 8896497ea8
commit 68f89d109f
6 changed files with 18 additions and 18 deletions

View File

@@ -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;

View File

@@ -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>