Added comments

This commit is contained in:
Mike Francis 2014-08-20 18:19:25 +01:00
parent b2e1e4fc45
commit 7860b0a8da
1 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,7 @@
/*
* WordPress specific classes
*/
.alignleft { .alignleft {
float: left; float: left;
} }
@ -26,6 +30,11 @@ img.aligncenter {
margin-bottom: $base-margin-bottom; margin-bottom: $base-margin-bottom;
} }
/*
* Clear fix for floats
*/
.clearfix { .clearfix {
&:before, &:before,
&:after{ &:after{
@ -36,4 +45,4 @@ img.aligncenter {
&:after{ &:after{
clear: both; clear: both;
} }
} }