diff --git a/wp-includes/js/tinymce/wordpress.css b/wp-includes/js/tinymce/wordpress.css
index 2348d12..da86240 100644
|
a
|
b
|
pre { |
| 79 | 79 | img.mceItemAnchor { |
| 80 | 80 | width: 12px; |
| 81 | 81 | height: 12px; |
| 82 | | background: url(img/items.gif) no-repeat; |
| | 82 | background: url(themes/advanced/skins/default/img/items.gif) no-repeat; |
| 83 | 83 | } |
| 84 | 84 | |
| 85 | 85 | a.mceItemAnchor { |
| … |
… |
a.mceItemAnchor { |
| 87 | 87 | line-height: 6px; |
| 88 | 88 | overflow: hidden; |
| 89 | 89 | padding-left: 12px; |
| 90 | | background: url(img/items.gif) no-repeat bottom left; |
| | 90 | background: url(themes/advanced/skins/default/img/items.gif) no-repeat bottom left; |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | .mceIEcenter { |