diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-18 12:36:11 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-18 12:36:11 +0000 |
| commit | 71059fd2d663cc586b5841f89acd2084f1fc76b3 (patch) | |
| tree | 72905071b94fe21417411b0e025dc30ed059d9da | |
| parent | 69c1c6c417df6157811e37bd40e5cb4a044b802d (diff) | |
Don't display links within message list as block
git-svn-id: https://svn.roundcube.net/trunk@576 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index f06049116..0e2466c13 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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 |
