Mercurial > hg > rc2
comparison skins/classic/safari.css @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
1 body | |
2 { | |
3 height: 100%; | |
4 } | |
5 | |
6 html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; } | |
7 html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag, | |
8 html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; } | |
9 html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; } | |
10 | |
11 div.message-part pre, | |
12 div.message-htmlpart pre, | |
13 div.message-part div.pre | |
14 { | |
15 word-wrap: break-word; | |
16 } | |
17 | |
18 #messagelist thead tr td, | |
19 #messagelist tbody tr td | |
20 { | |
21 height: 18px; | |
22 } |