From 356e6a8d3021dcd35ef69ee39d2c35eee93584f3 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 21 Sep 2005 14:31:19 +0000 Subject: [PATCH] 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 --- docs/manual/style/css/manual.css | 9 +++++++++ docs/manual/style/xsl/common.xsl | 24 ++++++++++++++++-------- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index cf060aecbf4..afb0beb22b8 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 55d4bafa2c8..d6d8e584d63 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -949,15 +949,23 @@ - - + + + + + + + + + + + + + - - -  - - - + + + -- 2.47.3