]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfourteen/css/editor-style.css
Wordpress 4.5.3
[autoinstalls/wordpress.git] / wp-content / themes / twentyfourteen / css / editor-style.css
index 1d66b73c593820d2bedc92b38111620719e64a6d..6bd5ac0f413a4308f342b7ff71ac4b08ea5c3de8 100644 (file)
@@ -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;
 }