Welcome to mirror list, hosted at ThFree Co, Russian Federation.

grid.less « less - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15017b7cb560b29a1f691df37e91cb76cc11a0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// 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"].hide {
  display: none;
}

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