unignore bower_components
[bootswatch] / bower_components / font-awesome / src / assets / less / bootstrap-2.3.2 / layouts.less
1 //
2 // Layouts
3 // --------------------------------------------------
4
5
6 // Container (centered, fixed-width layouts)
7 .container {
8   .container-fixed();
9 }
10
11 // Fluid layouts (left aligned, with sidebar, min- & max-width content)
12 .container-fluid {
13   padding-right: @gridGutterWidth;
14   padding-left: @gridGutterWidth;
15   .clearfix();
16 }