Commit f29f9850 authored by Mark Otto's avatar Mark Otto

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

parent 1f8e2d26
...@@ -830,6 +830,9 @@ ...@@ -830,6 +830,9 @@
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
.row-fluid [class*="offset"]:first-child {
margin-left: 0;
}
.input-large, .input-large,
.input-xlarge, .input-xlarge,
.input-xxlarge, .input-xxlarge,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment