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


// Set the container width, and override it for fixed navbars in media queries
.container {
  .container-fixed();
  max-width: 940px;
}

// Fixed (940px)
#grid > .core(@grid-column-width, @grid-gutter-width, @grid-row-width);

// Reset utility classes due to specificity
[class*="span"].pull-right {
  float: right;
}