Ticket #32176: 32176.3.patch
File 32176.3.patch, 1.4 KB (added by , 9 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 margin: 0; 111 padding: 0; 112 border: 0 none; 83 display: block; 113 84 } 114 85 115 86 div.mceTemp { … … 122 93 } 123 94 124 95 .wp-caption-dd { 125 font-size: 11px; 126 line-height: 17px; 127 padding: 0 4px 5px; 128 margin: 0; 96 font-size: 14px; 97 padding-top: 0.5em; 98 margin: 0; /* browser reset */ 99 } 100 101 .aligncenter { 102 display: block; 103 margin-left: auto; 104 margin-right: auto; 105 } 106 107 .alignleft { 108 float: left; 109 margin: 0.5em 1em 0.5em 0; 110 } 111 112 .alignright { 113 float: right; 114 margin: 0.5em 0 0.5em 1em; 129 115 } 130 116 131 117 /* Remove blue highlighting of selected images in WebKit */