added less, moved bootstrap to less components
[e-DoKo.git] / css / bootstrap / grid.less
diff --git a/css/bootstrap/grid.less b/css/bootstrap/grid.less
new file mode 100644 (file)
index 0000000..750d203
--- /dev/null
@@ -0,0 +1,21 @@
+//
+// Grid system
+// --------------------------------------------------
+
+
+// Fixed (940px)
+#grid > .core(@gridColumnWidth, @gridGutterWidth);
+
+// Fluid (940px)
+#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);
+
+// Reset utility classes due to specificity
+[class*="span"].hide,
+.row-fluid [class*="span"].hide {
+  display: none;
+}
+
+[class*="span"].pull-right,
+.row-fluid [class*="span"].pull-right {
+  float: right;
+}