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

remove > in fluid grid selectors, fix double padding issue on fluid layout and example

This commit is contained in:
Mark Otto
2012-03-25 16:40:51 -07:00
parent 8d52e6d458
commit 95c2877ffc
5 changed files with 16 additions and 8 deletions
+2 -2
View File
@@ -253,11 +253,11 @@ a:hover {
.row-fluid:after {
clear: both;
}
.row-fluid > [class*="span"] {
.row-fluid [class*="span"] {
float: left;
margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid > .span12 {