Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2005 16:44:51 +0200
From:      Markus Trippelsdorf <markus@trippelsdorf.de>
To:        freebsd-www@freebsd.org
Subject:   Link Styles
Message-ID:  <20051009144451.GA1174@bsd.trippelsdorf.de>

next in thread | raw e-mail | index | archive | help

--EeQfGwPcQSOJBaQU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Links on the newly designed homepage are always underlined. This is a
typographical nightmare. It also ignores the preferences which the user
has made in his or her browser. So please consider the attached patch:
The modified style sheet will still underline links for users you like
them, but produce a more readable result for users who switched them
off in their browsers.

--EeQfGwPcQSOJBaQU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="text.css_patch"

--- text_old.css	Sun Oct  9 16:15:02 2005
+++ text.css	Sun Oct  9 16:26:33 2005
@@ -95,15 +95,15 @@
 
 /* Link Styles */
 
-a:link                          { color:#990000; text-decoration: underline; }
-a:visited                       { color:#990000; text-decoration: underline; }
-a:active                        { color:#990000; text-decoration: underline; }
-a:hover                         { color:#000000; text-decoration: underline; }
+a:link                          { color:#990000; }
+a:visited                       { color:#990000; }
+a:active                        { color:#990000; }
+a:hover                         { color:#000000; }
 
-#FOOTER a:link, #footer a:link                { color:#666; text-decoration: underline; }
-#FOOTER a:visited, #footer a:visited             { color:#666; text-decoration: underline; }
-#FOOTER a:active, #footer a:active              { color:#666; text-decoration: underline; }
-#FOOTER a:hover, #footer a:hover               { color:#000000; text-decoration: underline; }
+#FOOTER a:link, #footer a:link                { color:#666; }
+#FOOTER a:visited, #footer a:visited             { color:#666; }
+#FOOTER a:active, #footer a:active              { color:#666; }
+#FOOTER a:hover, #footer a:hover               { color:#000000; }
 
 #FRONTNEMSCONTAINER h2, #frontnemscontainer h2 {
   margin: 0;

--EeQfGwPcQSOJBaQU--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051009144451.GA1174>