diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:00:52 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-30 12:00:52 +0200 |
commit | c40419bdfe866932fecf9fcb1f552312c669c228 (patch) | |
tree | 2c8e21f2f53d3b3b1ca86b743f9159a831424ba9 /skins/default/safari.css | |
parent | baecd8becccd7786632c1cda895123293ceb1408 (diff) |
Rename old 'default' skin folder to 'classic'
Diffstat (limited to 'skins/default/safari.css')
-rw-r--r-- | skins/default/safari.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/skins/default/safari.css b/skins/default/safari.css deleted file mode 100644 index a1be85ab4..000000000 --- a/skins/default/safari.css +++ /dev/null @@ -1,22 +0,0 @@ -body -{ - height: 100%; -} - -html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; } -html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag, -html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; } -html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; } - -div.message-part pre, -div.message-htmlpart pre, -div.message-part div.pre -{ - word-wrap: break-word; -} - -#messagelist thead tr td, -#messagelist tbody tr td -{ - height: 18px; -} |