/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

16
assets/less/layouts.less Normal file
View File

@@ -0,0 +1,16 @@
//
// Layouts
// --------------------------------------------------
// Container (centered, fixed-width layouts)
.container {
.container-fixed();
}
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid {
padding-right: @gridGutterWidth;
padding-left: @gridGutterWidth;
.clearfix();
}