mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 09:10:24 +00:00
run make after merging #5028, which removes the left margin of responsive fluid grid offsets
This commit is contained in:
parent
1f8e2d2617
commit
f29f98501c
1 changed files with 3 additions and 0 deletions
3
docs/assets/css/bootstrap-responsive.css
vendored
3
docs/assets/css/bootstrap-responsive.css
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue