mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
16 lines
No EOL
329 B
Text
16 lines
No EOL
329 B
Text
//
|
|
// 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();
|
|
} |