LAYOUT: some small CSS adjustments
[e-DoKo.git] / css / bootstrap / grid.less
1 //
2 // Grid system
3 // --------------------------------------------------
4
5
6 // Fixed (940px)
7 #grid > .core(@gridColumnWidth, @gridGutterWidth);
8
9 // Fluid (940px)
10 #grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);
11
12 // Reset utility classes due to specificity
13 [class*="span"].hide,
14 .row-fluid [class*="span"].hide {
15   display: none;
16 }
17
18 [class*="span"].pull-right,
19 .row-fluid [class*="span"].pull-right {
20   float: right;
21 }