mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
remove commented out width
This commit is contained in:
parent
56fe54df43
commit
6d4867e799
Binary file not shown.
@ -568,7 +568,6 @@
|
|||||||
.spanX (0) {}
|
.spanX (0) {}
|
||||||
|
|
||||||
.span (@columns) {
|
.span (@columns) {
|
||||||
//width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
|
|
||||||
width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
|
width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user