comparison static/bootstrap/less/grid.less @ 61:130eccd396d8

Now using Boostrap with LESS.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 06 Feb 2013 08:22:31 -0800
parents
children d29e2f337b00
comparison
equal deleted inserted replaced
60:8250c977bc50 61:130eccd396d8
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 }