From 494ee831e66d59afbf02d42ba59b7ba21f61c011 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 5 Oct 2012 21:34:54 -0700 Subject: added less, moved bootstrap to less components --- css/bootstrap/grid.less | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 css/bootstrap/grid.less (limited to 'css/bootstrap/grid.less') diff --git a/css/bootstrap/grid.less b/css/bootstrap/grid.less new file mode 100644 index 0000000..750d203 --- /dev/null +++ b/css/bootstrap/grid.less @@ -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; +} -- cgit v1.2.3-18-g5258