Changeset 8615
- Timestamp:
- 08/11/2008 04:09:05 AM (18 years ago)
- Location:
- branches/2.6/wp-includes/js/tinymce
- Files:
-
- 2 edited
-
themes/advanced/skins/wp_theme/content.css (modified) (1 diff)
-
wordpress.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
r8239 r8615 9 9 h6 {font-size: .75em} 10 10 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} 11 a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url( img/items.gif) no-repeat bottom left;}12 img.mceItemAnchor {width:12px; height:12px; background:url( img/items.gif) no-repeat;}11 a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../default/img/items.gif) no-repeat bottom left;} 12 img.mceItemAnchor {width:12px; height:12px; background:url(../default/img/items.gif) no-repeat;} 13 13 img {border:0;} 14 14 table {cursor:default} -
branches/2.6/wp-includes/js/tinymce/wordpress.css
r8313 r8615 77 77 } 78 78 79 img.mceItemAnchor {80 width: 12px;81 height: 12px;82 background: url(img/items.gif) no-repeat;83 }84 85 a.mceItemAnchor {86 width: 12px;87 line-height: 6px;88 overflow: hidden;89 padding-left: 12px;90 background: url(img/items.gif) no-repeat bottom left;91 }92 93 79 .mceIEcenter { 94 80 text-align: center;
Note: See TracChangeset
for help on using the changeset viewer.