Files @ dc9f313fe610
Branch filter:

Location: symposion_app/symposion_project/static/symposion/less/bootstrap/layouts.less

Luke Hatcher
add in less
//
// Layouts
// Fixed-width and fluid (with sidebar) 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();
}