style: make wp-caption centering working
This commit is contained in:
parent
5b0b1d1e1d
commit
3bdc5d5c43
2 changed files with 7 additions and 2 deletions
|
@ -183,8 +183,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-caption {
|
.wp-caption {
|
||||||
margin: auto;
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
@ -194,4 +192,8 @@
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& .aligncenter {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1479,3 +1479,6 @@ a.list-group-item:hover {
|
||||||
.wp-caption-text {
|
.wp-caption-text {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-style: italic; }
|
font-style: italic; }
|
||||||
|
|
||||||
|
.wp-caption .aligncenter {
|
||||||
|
margin: auto; }
|
||||||
|
|
Reference in a new issue