2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03: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
+4 -4
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;