This commit is contained in:
Mike Francis 2013-07-04 22:35:55 +01:00
parent fe9771f0c6
commit eff0fcae54
12 changed files with 0 additions and 0 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 {
*zoom:1;
&:before,
&:after{
content: " ";
display: table;
}
&:after{
clear: both;
}
}