0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

remove commented out width

This commit is contained in:
Jacob Thornton 2012-03-12 13:45:36 -07:00
parent 56fe54df43
commit 6d4867e799
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -568,7 +568,6 @@
.spanX (0) {}
.span (@columns) {
//width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
}