added less, moved bootstrap to less components
[e-DoKo.git] / css / bootstrap / layouts.less
diff --git a/css/bootstrap/layouts.less b/css/bootstrap/layouts.less
new file mode 100644 (file)
index 0000000..24a2062
--- /dev/null
@@ -0,0 +1,16 @@
+//
+// 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