X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f..4feeb71a9d812a9ae371c28a3d8b442a4394ded7:/wp-content/themes/twentyfourteen/css/editor-style.css diff --git a/wp-content/themes/twentyfourteen/css/editor-style.css b/wp-content/themes/twentyfourteen/css/editor-style.css index 1d66b73c..6bd5ac0f 100644 --- a/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/wp-content/themes/twentyfourteen/css/editor-style.css @@ -336,7 +336,8 @@ blockquote.alignright p { * ---------------------------------------------------------------------------- */ -.mceItemTable { +.mceItemTable, +.mce-item-table { border: 1px solid rgba(0, 0, 0, 0.1); border-width: 1px 0 0 1px; border-collapse: separate; @@ -348,7 +349,9 @@ blockquote.alignright p { } .mceItemTable th, -.mceItemTable caption { +.mceItemTable caption, +.mce-item-table th, +.mce-item-table caption { border: 1px solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 0; font-weight: 700; @@ -358,7 +361,8 @@ blockquote.alignright p { vertical-align: baseline; } -.mceItemTable td { +.mceItemTable td, +.mce-item-table td { border: 1px solid rgba(0, 0, 0, 0.1); border-width: 0 1px 1px 0; font-family: Lato, sans-serif; @@ -375,7 +379,7 @@ blockquote.alignright p { img { height: auto; - max-width: 474px; + max-width: 100%; vertical-align: middle; } @@ -384,7 +388,7 @@ img { border: none; color: #767676; margin: 0 0 24px 0; - max-width: 474px; + max-width: 100%; padding: 0; text-align: left; }