Merge pull request #1301 from arnabwahid/master
image alignment fix + mitigate build error in `woocommerce.php`
This commit is contained in:
commit
132319ee8e
4 changed files with 10 additions and 4 deletions
|
@ -2,15 +2,18 @@
|
|||
display: inline;
|
||||
float: left;
|
||||
margin-right: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.alignright {
|
||||
display: inline;
|
||||
float: right;
|
||||
margin-left: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.aligncenter {
|
||||
clear: both;
|
||||
@include center-block;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue