Merge branch 'dionysiosarvanitis-master' into 2.1.2-wip

This commit is contained in:
Mark Otto 2012-09-07 11:41:35 -07:00
commit 1f8e2d2617

View File

@ -70,6 +70,9 @@
width: 100%;
.box-sizing(border-box);
}
.row-fluid [class*="offset"]:first-child {
margin-left: 0;
}
// FORM FIELDS
// -----------