diff options
author | thomascube <thomas@roundcube.net> | 2008-08-22 11:11:37 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-08-22 11:11:37 +0000 |
commit | 8e44f425f8be7cea2972c550fe8de48c928e868e (patch) | |
tree | 49e219365bd136814fbf690b49d0363e4f4d8a59 /skins/default | |
parent | 9e7a1b4167ebe12c91c6fe2429b834bdc2a435a3 (diff) |
Remove mailto links from sender/recipient addresses in message list and wait for the context menu (#1484931)
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 38aebd5d9..22c65420f 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -18,7 +18,7 @@ body.extwin margin: 10px; } -body, td, th, span, div, p, h3 +body, td, th, div, p, h3 { font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 12px; |