[dw-nonfree] Links are underlined in Tropospherical, breaking browser preferences
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/e05a129e7efa]
http://bugs.dwscoalition.org/show_bug.cgi?id=1612
Remove explicit underline styling from tropo links.
Patch by
snakeling.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1612
Remove explicit underline styling from tropo links.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/purple.css
- htdocs/stc/tropo/red.css
-------------------------------------------------------------------------------- diff -r 9228dbaafcce -r e05a129e7efa htdocs/stc/tropo/purple.css --- a/htdocs/stc/tropo/purple.css Mon Sep 21 06:04:55 2009 +0000 +++ b/htdocs/stc/tropo/purple.css Tue Sep 22 07:37:05 2009 -0500 @@ -46,7 +46,6 @@ a:visited, a:visited, .link { color: #3a155a; - text-decoration: underline; } a:hover, a:active, diff -r 9228dbaafcce -r e05a129e7efa htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Mon Sep 21 06:04:55 2009 +0000 +++ b/htdocs/stc/tropo/red.css Tue Sep 22 07:37:05 2009 -0500 @@ -44,7 +44,6 @@ a:visited, a:visited, .link { color: #c1272d; - text-decoration: underline; } a:hover, a:active, --------------------------------------------------------------------------------