Skip to content

Commit 0630cd6

Browse files
committed
rewrite the fluid grid mixin to be simpler, per twbs#2370
1 parent 0090fa1 commit 0630cd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/assets/bootstrap.zip

0 Bytes
Binary file not shown.

less/mixins.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,8 @@
568568
.spanX (0) {}
569569

570570
.span (@columns) {
571-
width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
571+
//width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
572+
width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
572573
}
573574

574575
.row-fluid {

0 commit comments

Comments
 (0)