Added comments
This commit is contained in:
parent
b2e1e4fc45
commit
7860b0a8da
|
@ -1,3 +1,7 @@
|
|||
/*
|
||||
* WordPress specific classes
|
||||
*/
|
||||
|
||||
.alignleft {
|
||||
float: left;
|
||||
}
|
||||
|
@ -26,6 +30,11 @@ img.aligncenter {
|
|||
margin-bottom: $base-margin-bottom;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Clear fix for floats
|
||||
*/
|
||||
|
||||
.clearfix {
|
||||
&:before,
|
||||
&:after{
|
||||
|
@ -36,4 +45,4 @@ img.aligncenter {
|
|||
&:after{
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue