First working Spring-based version
[proteocache.git] / webapp / resources / bootstrap-2.3 / less / grid.less
diff --git a/webapp/resources/bootstrap-2.3/less/grid.less b/webapp/resources/bootstrap-2.3/less/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;
+}