summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-24 13:55:14 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-24 13:55:14 +0000
commit3aacfdcdb80e8219d64dbdcbd5e6f74e4c13bc17 (patch)
tree9ab02b63269936dc120d2e644e5c2e13f8954890 /roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css
parent49d2876be2d890265dded1aa87ac2c01c25ff362 (diff)
- Update TinyMCE translations
git-svn-id: https://svn.roundcube.net/trunk@3785 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css')
-rw-r--r--roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css b/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css
deleted file mode 100644
index 6838d9025..000000000
--- a/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css
+++ /dev/null
@@ -1,24 +0,0 @@
-ins {
- border-bottom: 1px solid green;
- text-decoration: none;
- color: green;
-}
-
-del {
- color: Red;
- text-decoration: line-through;
-}
-
-cite {
- border-bottom: 1px dashed blue;
-}
-
-acronym {
- border-bottom: 1px dotted #CCC;
- cursor: help;
-}
-
-abbr, html\:abbr {
- border-bottom: 1px dashed #CCC;
- cursor: help;
-}