aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
blob: 836e29a95ba239a91b27763f935dac2244e6e0bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// Grid system
// --------------------------------------------------


// Set the container width, and override it for fixed navbars in media queries
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container { width: 940px; }

// Fixed (940px)
#grid > .core(@gridColumnWidth, @gridGutterWidth, @gridRowWidth);

// Reset utility classes due to specificity
[class*="span"].hide {
  display: none;
}

[class*="span"].pull-right {
  float: right;
}