0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-11 03:52:27 +01:00
Bootstrap/less/layouts.less

16 lines
329 B
Plaintext
Raw Normal View History

//
// Layouts
2012-06-28 21:46:45 -07:00
// --------------------------------------------------
// Container (centered, fixed-width layouts)
.container {
.container-fixed();
}
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid {
padding-right: @gridGutterWidth;
2012-04-16 15:37:17 -07:00
padding-left: @gridGutterWidth;
.clearfix();
}