Browse Source

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

alaczek 6 năm trước cách đây
mục cha
commit
c4aca48c4b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rebalance/style.css

+ 1 - 1
rebalance/style.css

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