mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
remove commented out width
This commit is contained in:
Binary file not shown.
@@ -568,7 +568,6 @@
|
||||
.spanX (0) {}
|
||||
|
||||
.span (@columns) {
|
||||
//width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
|
||||
width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user