Added comments
This commit is contained in:
parent
b2e1e4fc45
commit
7860b0a8da
1 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue