diff options
Diffstat (limited to 'program/js/tiny_mce/themes/advanced/skins')
3 files changed, 0 insertions, 3 deletions
diff --git a/program/js/tiny_mce/themes/advanced/skins/default/content.css b/program/js/tiny_mce/themes/advanced/skins/default/content.css index 52a1d67e2..2fd94a1f9 100644 --- a/program/js/tiny_mce/themes/advanced/skins/default/content.css +++ b/program/js/tiny_mce/themes/advanced/skins/default/content.css @@ -48,4 +48,3 @@ font[face=mceinline] {font-family:inherit !important} .mceItemEmbeddedAudio {background-image:url(../../img/video.gif)}
.mceItemIframe {background-image:url(../../img/iframe.gif)}
.mcePageBreak {display:block;border:0;width:100%;height:12px;border-top:1px dotted #ccc;margin-top:15px;background:#fff url(../../img/pagebreak.gif) no-repeat center top;}
-.mceHideBrInPre pre br {display: none}
diff --git a/program/js/tiny_mce/themes/advanced/skins/highcontrast/content.css b/program/js/tiny_mce/themes/advanced/skins/highcontrast/content.css index fe09e2141..cbce6c6a2 100644 --- a/program/js/tiny_mce/themes/advanced/skins/highcontrast/content.css +++ b/program/js/tiny_mce/themes/advanced/skins/highcontrast/content.css @@ -22,4 +22,3 @@ abbr {border-bottom:1px dashed #CCC; cursor:help} img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
font[face=mceinline] {font-family:inherit !important}
*[contentEditable]:focus {outline:0}
-.mceHideBrInPre pre br {display: none}
diff --git a/program/js/tiny_mce/themes/advanced/skins/o2k7/content.css b/program/js/tiny_mce/themes/advanced/skins/o2k7/content.css index 3537c8bc0..a1a8f9bd3 100644 --- a/program/js/tiny_mce/themes/advanced/skins/o2k7/content.css +++ b/program/js/tiny_mce/themes/advanced/skins/o2k7/content.css @@ -46,4 +46,3 @@ font[face=mceinline] {font-family:inherit !important} .mceItemAudio {background-image:url(../../img/video.gif)}
.mceItemIframe {background-image:url(../../img/iframe.gif)}
.mcePageBreak {display:block;border:0;width:100%;height:12px;border-top:1px dotted #ccc;margin-top:15px;background:#fff url(../../img/pagebreak.gif) no-repeat center top;}
-.mceHideBrInPre pre br {display: none}
|