mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
Twenty Fourteen: Fix display of center-aligned images with captions in TinyMCE.
props RDall. fixes #28048. git-svn-id: https://develop.svn.wordpress.org/trunk@28941 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -420,7 +420,7 @@ img {
|
||||
}
|
||||
|
||||
.wp-caption.aligncenter {
|
||||
margin: 7px 0;
|
||||
margin: 7px auto;
|
||||
}
|
||||
|
||||
.wp-caption-dt {
|
||||
|
||||
Reference in New Issue
Block a user