0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

run make after merging #5028, which removes the left margin of responsive fluid grid offsets

This commit is contained in:
Mark Otto 2012-09-07 11:42:21 -07:00
parent 1f8e2d2617
commit f29f98501c

View File

@ -830,6 +830,9 @@
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*="offset"]:first-child {
margin-left: 0;
}
.input-large,
.input-xlarge,
.input-xxlarge,