From 3fef5f4b0653c80ac9d36569a8af6359ebbb0906 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Wed, 10 Apr 2013 14:00:20 +0200 Subject: added less-version of bootstrap --- public/css/bootstrapless/grid.less | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/css/bootstrapless/grid.less (limited to 'public/css/bootstrapless/grid.less') diff --git a/public/css/bootstrapless/grid.less b/public/css/bootstrapless/grid.less new file mode 100644 index 0000000..750d203 --- /dev/null +++ b/public/css/bootstrapless/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