diff --git a/symposion_project/static/symposion/less/bootstrap/layouts.less b/symposion_project/static/symposion/less/bootstrap/layouts.less new file mode 100644 index 0000000000000000000000000000000000000000..cc53627ff74cf1413f6960beb0d86f3994280069 --- /dev/null +++ b/symposion_project/static/symposion/less/bootstrap/layouts.less @@ -0,0 +1,17 @@ +// +// Layouts +// Fixed-width and fluid (with sidebar) 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(); +} \ No newline at end of file