Created
October 27, 2014 15:13
-
-
Save thyforhtian/a009c91093ea2c562638 to your computer and use it in GitHub Desktop.
Revisions
-
thyforhtian created this gist
Oct 27, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ el = 100% columns = 12 gutter = 0.5% for i in 1..columns div.col-lg-{i} width ((el/columns * i) - (gutter *2)) margin-left: gutter; margin-right: gutter; height: 30px; background: black; box-shadow: 0 0 1px red inset; float: left; margin-bottom: 10px; .container { width: 640px; margin: 0 auto; } .row { width: 100%; clear: both; }