summaryrefslogtreecommitdiff
path: root/themes/default/less/bootstrap/layouts.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/less/bootstrap/layouts.less')
-rw-r--r--themes/default/less/bootstrap/layouts.less17
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/default/less/bootstrap/layouts.less b/themes/default/less/bootstrap/layouts.less
new file mode 100644
index 0000000..9e591a8
--- /dev/null
+++ b/themes/default/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-left: @gridGutterWidth;
+ padding-right: @gridGutterWidth;
+ .clearfix();
+}