Fix img path in TinyMCE css. Props docwhat, fixes #7469 for 2.7

git-svn-id: https://develop.svn.wordpress.org/trunk@8614 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-08-11 04:02:24 +00:00
parent 9c42d17153
commit b9a1481317
2 changed files with 2 additions and 16 deletions

View File

@ -8,8 +8,8 @@ h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .75em}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(img/items.gif) no-repeat bottom left;}
img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;}
a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../default/img/items.gif) no-repeat bottom left;}
img.mceItemAnchor {width:12px; height:12px; background:url(../default/img/items.gif) no-repeat;}
img {border:0;}
table {cursor:default}
table td, table th {cursor:text}

View File

@ -76,20 +76,6 @@ pre {
font: 12px/18px "Courier New", monospace;
}
img.mceItemAnchor {
width: 12px;
height: 12px;
background: url(img/items.gif) no-repeat;
}
a.mceItemAnchor {
width: 12px;
line-height: 6px;
overflow: hidden;
padding-left: 12px;
background: url(img/items.gif) no-repeat bottom left;
}
.mceIEcenter {
text-align: center;
}