/assets/css/less/ -> /assets/less/

This commit is contained in:
Ben Word
2013-05-21 20:06:57 -05:00
parent 2b0e5f5420
commit 530b0731f6
41 changed files with 0 additions and 0 deletions

21
assets/less/grid.less Normal file
View File

@@ -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;
}