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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user