only negative indent nested grid rows; add new grid example

This commit is contained in:
Mark Otto
2013-04-01 12:55:48 -07:00
parent a0726e605f
commit eac987c0d2
3 changed files with 83 additions and 24 deletions

View File

@@ -757,31 +757,31 @@ pre code {
clear: both;
}
.row {
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.row .row {
margin-right: -15px;
margin-left: -15px;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
[class*="col-span-"] {
position: relative;
min-height: 1px;