replaced grid system for bourbon/neat

This commit is contained in:
Mike Francis 2014-02-07 12:18:45 +00:00
parent 781483f657
commit d5f9b310f6
78 changed files with 2357 additions and 56 deletions

View file

@ -1,33 +0,0 @@
.alignleft {
float: left;
}
img.alignleft {
margin-right: $column-gutter * 1px;
}
.alignright {
float: right;
}
img.alignright {
margin-left : $column-gutter * 1px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.clearfix {
&:before,
&:after{
content: '';
display: table;
line-height: 0;
}
&:after{
clear: both;
}
}