Pony.fm/resources/assets/styles/base/bootstrap/layouts.less
2015-09-12 04:19:18 -07:00

16 lines
No EOL
329 B
Text
Vendored

//
// 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();
}