Changeset 26391
- Timestamp:
- 11/26/2013 04:58:22 AM (12 years ago)
- Location:
- trunk/src/wp-includes/js/tinymce/themes/advanced/skins/wp_theme
- Files:
-
- 5 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
r26072 r26391 116 116 display: block; 117 117 height: 12px; 118 width: 100%; 118 119 margin: 1.2em auto 0; 119 120 } 120 121 121 122 img.mce-wp-more { 122 background: transparent url("img/m ore_bug.gif") no-repeat right top;123 background: transparent url("img/mce-more.png") no-repeat right top; 123 124 background-size: 52px 11px; 124 125 } 125 126 126 127 img.mce-wp-nextpage { 127 background: transparent url("img/page_bug.gif") no-repeat right top;128 128 background: transparent url("img/mce-nextpage.png") no-repeat right top; 129 background-size: 76px 11px; 129 130 } 131 130 132 131 133 img.wp-gallery { … … 151 153 152 154 img.mce-wp-more { 153 background-image: url( '../images/mce-more-2x.png');155 background-image: url("img/mce-more-2x.png"); 154 156 } 155 157 156 158 img.mce-wp-nextpage { 157 background-image: url( '../images/mce-nextpage-2x.png');159 background-image: url("img/mce-nextpage-2x.png"); 158 160 } 159 161 160 162 img.wp-gallery { 161 background-image: url( '../images/gallery-2x.png');163 background-image: url("img/gallery-2x.png"); 162 164 } 163 165 }
Note: See TracChangeset
for help on using the changeset viewer.