Make WordPress Core

Ticket #28048: 28048.patch

File 28048.patch, 383 bytes (added by RDall, 12 years ago)

Fixes align center in admin for html5 captions

  • wp-content/themes/twentyfourteen/css/editor-style.css

    diff --git wp-content/themes/twentyfourteen/css/editor-style.css wp-content/themes/twentyfourteen/css/editor-style.css
    index 7f69f7a..049cb22 100644
    img {  
    420420}
    421421
    422422.wp-caption.aligncenter {
    423         margin: 7px 0;
     423        margin: 7px auto;
    424424}
    425425
    426426.wp-caption-dt {