Grunt SVG stuff and general tidy-up
This commit is contained in:
parent
4eade92a01
commit
b0be6463a8
14 changed files with 121 additions and 25 deletions
|
@ -3,7 +3,7 @@
|
|||
}
|
||||
|
||||
img.alignleft {
|
||||
margin-right: $gutter * 1px;
|
||||
margin-right: $base-margin-bottom;
|
||||
}
|
||||
|
||||
.alignright {
|
||||
|
@ -11,7 +11,7 @@ img.alignleft {
|
|||
}
|
||||
|
||||
img.alignright {
|
||||
margin-left : $gutter * 1px;
|
||||
margin-left : $base-margin-bottom;
|
||||
}
|
||||
|
||||
.aligncenter {
|
||||
|
@ -22,6 +22,10 @@ img.alignright {
|
|||
}
|
||||
}
|
||||
|
||||
img.aligncenter {
|
||||
margin-bottom: $base-margin-bottom;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
&:before,
|
||||
&:after{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue