From: Joshua Slive Date: Wed, 21 Sep 2005 14:31:19 +0000 (+0000) Subject: The arrow indicator for a glossary link was cute, but I found it way too X-Git-Tag: 2.3.0~2969 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=356e6a8d3021dcd35ef69ee39d2c35eee93584f3;p=apache The arrow indicator for a glossary link was cute, but I found it way too disturbing to the flow of text. Here I replace it with a dashed-unline. Also, allow the omission of the ref attribute where the glossary term is exactly equal to the link contents. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290712 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index cf060aecbf..afb0beb22b 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -173,6 +173,15 @@ div#quickview code.directive a:active { color: #287f00; } +/* glossary [links] */ +/* ====================== */ +.glossarylink { + cursor: help; + border-bottom: 1px dashed #0073c7; + text-decoration: none; +} + + /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Headings * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 55d4bafa2c..d6d8e584d6 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -949,15 +949,23 @@ - - + + + + + + + + + + + + + - - -  - - - + + +