From 1c31d5e3c97dc31b5f868ae62d841529e06a30eb Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Sat, 27 Nov 2004 22:02:33 +0000 Subject: [PATCH] add a style for the new pronounciations in the glossary git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106763 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual-print.css | 5 +++++ docs/manual/style/css/manual.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/manual/style/css/manual-print.css b/docs/manual/style/css/manual-print.css index 1fef6fb6f7..7e0113f5ce 100644 --- a/docs/manual/style/css/manual-print.css +++ b/docs/manual/style/css/manual-print.css @@ -49,6 +49,11 @@ span.transnote { background-color: inherit; color: #888; } +span.phonetic { + font-weight: normal; + background-color: inherit; + color: #888; +} /* fixup IE & Opera * otherwise they forget to inherit diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index 484688f19c..23f56a7b87 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -49,6 +49,11 @@ span.transnote { background-color: inherit; color: #888; } +span.phonetic { + font-weight: normal; + background-color: inherit; + color: #888; +} /* fixup IE & Opera * otherwise they forget to inherit -- 2.40.0