From: Astrid Malo Date: Sat, 27 Nov 2004 22:02:33 +0000 (+0000) Subject: add a style for the new pronounciations in the glossary X-Git-Tag: 2.1.2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c31d5e3c97dc31b5f868ae62d841529e06a30eb;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/style/css/manual-print.css b/docs/manual/style/css/manual-print.css index 1fef6fb6f7a..7e0113f5ce3 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 484688f19cc..23f56a7b87f 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