symposion_app/symposion_project/static/bootstrap/less/layouts.less
2012-12-20 00:00:18 -05:00

16 lines
No EOL
329 B
Text

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