From: David Shane Holden Date: Mon, 9 Sep 2002 02:33:24 +0000 (+0000) Subject: Remove underlines on links. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e550181381ced56c05aa06f35883681271df08b;p=thirdparty%2Fapache%2Fhttpd.git Remove underlines on links. Submitted by: Andr� Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96720 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index ab1d1f41269..f1f3a50079c 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -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; }