summaryrefslogtreecommitdiff
path: root/docs/manual/style/css
diff options
context:
space:
mode:
authorDavid Shane Holden <dpejesh@apache.org>2002-09-09 02:33:24 +0000
committerDavid Shane Holden <dpejesh@apache.org>2002-09-09 02:33:24 +0000
commit3e550181381ced56c05aa06f35883681271df08b (patch)
tree2c7d2238f324fecf77d84da312953b1ba8853396 /docs/manual/style/css
parent81331dc4e8964a09d9faa23f01ba05ae9c0d5474 (diff)
downloadhttpd-3e550181381ced56c05aa06f35883681271df08b.tar.gz
Remove underlines on links.
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
Diffstat (limited to 'docs/manual/style/css')
-rw-r--r--docs/manual/style/css/manual.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css
index ab1d1f4126..f1f3a50079 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;
}