Revision ba2a99e7c440e6dd88bcb33501a7ba790ceec445 authored by Jacob Thornton on 18 October 2012, 06:39:41 UTC, committed by Jacob Thornton on 18 October 2012, 06:39:41 UTC
1 parent 4504654
Raw File
layouts.less
//
// 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();
}
back to top