view static/bootstrap/less/layouts.less @ 109:f0172c5d8e2c

Better `Gruntfile` dev support.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 12 Nov 2013 13:54:29 -0800
parents 130eccd396d8
children
line wrap: on
line source

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