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

layouts.less « twbs-2.3.1 « less « assets « docs - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24a2062117c38052780d8023db2a3e6fc0684200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Layouts
// --------------------------------------------------


// Container (centered, fixed-width layouts)
.container {
  .container-fixed();
}

// Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid {
  padding-right: @gridGutterWidth;
  padding-left: @gridGutterWidth;
  .clearfix();
}