1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/less/layouts.less

16 lines
329 B
Text
Raw Normal View History

//
// Layouts
2012-06-29 00:46:45 -04: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 18:37:17 -04:00
padding-left: @gridGutterWidth;
.clearfix();
}