mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
rewrite the fluid grid mixin to be simpler, per #2370
This commit is contained in:
parent
0090fa1a6e
commit
0630cd62b3
Binary file not shown.
@ -568,7 +568,8 @@
|
||||
.spanX (0) {}
|
||||
|
||||
.span (@columns) {
|
||||
width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
|
||||
//width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
|
||||
width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
|
||||
}
|
||||
|
||||
.row-fluid {
|
||||
|
Loading…
Reference in New Issue
Block a user