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 {
|
||||
float: left;
|
||||
}
|
||||
|
@ -26,6 +30,11 @@ img.aligncenter {
|
|||
margin-bottom: $base-margin-bottom;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Clear fix for floats
|
||||
*/
|
||||
|
||||
.clearfix {
|
||||
&:before,
|
||||
&:after{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue