]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove underlines on links.
authorDavid Shane Holden <dpejesh@apache.org>
Mon, 9 Sep 2002 02:33:24 +0000 (02:33 +0000)
committerDavid Shane Holden <dpejesh@apache.org>
Mon, 9 Sep 2002 02:33:24 +0000 (02:33 +0000)
Submitted by: Andr� Malo <nd@perlig.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96720 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/css/manual.css

index ab1d1f41269bde6d03adf733874249cb269bc5f0..f1f3a50079cc2df10929e588a64b0595f987150e 100644 (file)
@@ -43,20 +43,17 @@ table, code {
 a:link {
     color: #0073c7;
     background-color: inherit;
-    text-decoration: underline;
 }
 
 a:visited {
     color: #5A88B5;
     background-color: inherit;
-    text-decoration: underline;
 }
 
 a:hover,
 a:active {
     color: #0073c7;
     background-color: #f0f0f0;
-    text-decoration: underline;
 }
 
 /* sidebar */
@@ -659,7 +656,6 @@ p.letters a:visited {
 
 p.letters a:hover,
 p.letters a:active {
-    text-decoration: underline;
     font-weight: bold;
 }