2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

implement ie7 fluid tests and semantic.gs IE7 hack for rounding in ie7; not perfect, but mostly solid

This commit is contained in:
Mark Otto
2012-04-24 02:11:59 -07:00
parent 1c2db11d58
commit d8aaf50798
6 changed files with 291 additions and 0 deletions
+14
View File
@@ -33,3 +33,17 @@ h4 {
#fluidRowInputs .row-fluid > [class*=span] {
background-color: rgba(255,0,0,.1);
}
/* Fluid grid */
.fluid-grid .row {
height: 60px;
padding-top: 10px;
margin-top: 10px;
color: #fff;
text-align: center;
background-color: #eee;
}
.fluid-grid .span1 {
background-color: #999;
}