From 3e550181381ced56c05aa06f35883681271df08b Mon Sep 17 00:00:00 2001 From: David Shane Holden Date: Mon, 9 Sep 2002 02:33:24 +0000 Subject: [PATCH] Remove underlines on links. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Submitted by: Andr� Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96720 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual.css | 4 ---- 1 file changed, 4 deletions(-) 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; } -- 2.47.3