2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +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
@@ -578,11 +578,11 @@
.row-fluid {
width: 100%;
.clearfix();
> [class*="span"] {
[class*="span"] {
float: left;
margin-left: @fluidGridGutterWidth;
}
> [class*="span"]:first-child {
[class*="span"]:first-child {
margin-left: 0;
}