summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-05-18 12:36:11 +0000
committerthomascube <thomas@roundcube.net>2007-05-18 12:36:11 +0000
commitd1293ef1054cd83c0c24d326acf1b006c046e9d5 (patch)
treeacb0c9cb8729dd421fd004efcacc835b9c67ea4e
parent06895c3e947e1b15da3bb2f6f425962949edb9d9 (diff)
Don't display links within message list as block
-rw-r--r--skins/default/mail.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index f06049116..0e2466c13 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -395,8 +395,7 @@ body.messagelist
background: url(images/sort_desc.gif) top right no-repeat;
}
-#messagelist thead tr td a,
-#messagelist tbody tr td a
+#messagelist thead tr td a
{
display: block;
width: auto !important;
@@ -421,6 +420,7 @@ body.messagelist
#messagelist tbody tr td a
{
color: #000;
+ text-decoration: none;
}
#messagelist col