view 3rdparty/bootstrap/less/layouts.less @ 4931:577b375a1ec2

Update CHANGES.txt
author anatoly techtonik <techtonik@gmail.com>
date Wed, 01 Oct 2014 05:41:19 +0300
parents c109f7c1e477
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();
}

Roundup Issue Tracker: http://roundup-tracker.org/