Removed commented crap that shouldnt have been committed

This commit is contained in:
Nick Pack 2013-05-17 16:18:23 +01:00
parent d2637aaeba
commit 277edd7740

View File

@ -59,13 +59,6 @@
& .three-quarters
{ width: $mobile-column-width; }
/*
.two-thirds { width: (($grid-container-width/3)*2) - $grid-gutter; }
.one-half { width: ($grid-container-width/2) - $grid-gutter; }
.one-quarter { width: ($grid-container-width/4) - $grid-gutter; }
.three-quarters {width: (($grid-container-width/4)*3) - $grid-gutter;}
*/
.column, .columns {
margin: 0;
}