Lines Matching refs:width
6 @column-width: 60;
7 @gutter-width: 20;
11 @gridsystem-width: (@column-width*@columns) + (@gutter-width*@columns) * 1px;
13 // Set @total-width to 100% for a fluid layout
14 @total-width: @gridsystem-width;
16 // Uncomment these two lines and the star-hack width/margin lines below to enable sub-pixel fix for…
17 // @min-width: 960;
18 // @correction: 0.5 / @min-width * 100 * 1%;
40 width: 100%;
46 width: @total-width*((@gutter-width + @gridsystem-width)/@gridsystem-width);
47 margin: 0 @total-width*(((@gutter-width*.5)/@gridsystem-width)*-1);
48 // *width: @total-width*((@gutter-width + @gridsystem-width)/@gridsystem-width)-@correction;
49 // *margin: 0 @total-width*(((@gutter-width*.5)/@gridsystem-width)*-1)-@correction;
55 width: @total-width*((((@gutter-width+@column-width)*@x)-@gutter-width) / @gridsystem-width);
56 margin: 0 @total-width*((@gutter-width*.5)/@gridsystem-width);
57 …// *width: @total-width*((((@gutter-width+@column-width)*@x)-@gutter-width) / @gridsystem-width)-@…
58 // *margin: 0 @total-width*((@gutter-width*.5)/@gridsystem-width)-@correction;
61 …in-left: @total-width*(((@gutter-width+@column-width)*@offset) / @gridsystem-width) + @total-width…
64 …n-right: @total-width*(((@gutter-width+@column-width)*@offset) / @gridsystem-width) + @total-width…