Rebalance: Fix an issue with captioned images with aligncenter class not being centred. Fixes #255.

This commit is contained in:
alaczek 2018-09-24 09:27:35 +10:00
parent 84a4125b57
commit c4aca48c4b

View file

@ -2639,7 +2639,7 @@ object {
text-align: center;
}
.post .wp-caption.aligncenter {
.wp-caption.aligncenter {
margin: 0 auto 1.5em;
}