kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-09-22 12:37 pm

[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 [personal profile] snakeling.

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,
--------------------------------------------------------------------------------