Ticket #32176: 32176.2.patch
File 32176.2.patch, 1.5 KB (added by , 8 years ago) |
---|
-
src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
71 71 box-shadow: none !important; 72 72 } 73 73 74 .aligncenter, 75 dl.aligncenter, 76 .html5-captions .wp-caption.aligncenter { 77 display: block; 78 margin-left: auto; 79 margin-right: auto; 80 } 81 82 .alignleft { 83 float: left; 84 } 85 86 .alignright { 87 float: right; 88 } 89 90 .wp-caption { 91 border: 1px solid #ddd; 74 .mceIEcenter { 92 75 text-align: center; 93 background-color: #f3f3f3;94 padding-top: 4px;95 margin: 10px 0;96 76 } 97 77 98 .html5-captions .wp-caption { 99 border: none; 100 background-color: transparent; 78 .wp-caption { 101 79 margin: 0; 102 padding: 0;103 }104 105 .mceIEcenter {106 text-align: center;107 80 } 108 81 109 82 .wp-caption img { 110 83 margin: 0; 111 84 padding: 0; 112 border: 0 none; 85 border: none; 86 display: block; 113 87 } 114 88 115 89 div.mceTemp { … … 122 96 } 123 97 124 98 .wp-caption-dd { 125 font-size: 11px; 126 line-height: 17px; 127 padding: 0 4px 5px; 99 font-size: 14px; 100 padding: 0.5em 0; 128 101 margin: 0; 129 102 } 130 103 104 .aligncenter { 105 display: block; 106 margin-left: auto; 107 margin-right: auto; 108 } 109 110 .alignleft { 111 float: left; 112 margin: 0.5em 1em 0.5em 0; 113 } 114 115 .alignright { 116 float: right; 117 margin: 0.5em 0 0.5em 1em; 118 } 119 131 120 /* Remove blue highlighting of selected images in WebKit */ 132 121 img[data-mce-selected]::selection { 133 122 background-color: transparent;