1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

remove offset margin in row-fluid mobile layout

This commit is contained in:
Dionysios G. Arvanitis 2012-09-07 17:54:15 +03:00
parent c52368d3c5
commit cc4f8b9f6c

View file

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