0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/less/layouts.less

16 lines
329 B
Plaintext
Raw Normal View History

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