diff 3rdparty/bootstrap/less/grid.less @ 4854:c109f7c1e477

Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
author Pradip Caulagi <caulagi@gmail.com>
date Thu, 30 Jan 2014 14:50:57 +0530
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/3rdparty/bootstrap/less/grid.less	Thu Jan 30 14:50:57 2014 +0530
@@ -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;
+}

Roundup Issue Tracker: http://roundup-tracker.org/