Bottom margin in image alignment
As proposed in #1273, `margin-botom: 1.5em;` added to all three image alignment classes. tab line 178 inc/woocommerce.php tab line 61 inc/custom-header.php
This commit is contained in:
parent
9274f322d0
commit
bf61e8ffbe
4 changed files with 10 additions and 4 deletions
|
@ -776,12 +776,14 @@ a:hover, a:active {
|
|||
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 {
|
||||
|
@ -789,6 +791,7 @@ a:hover, a:active {
|
|||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue