From be82bdbfbfbd5adeb29cfb8ac96633661e0e6444 Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Thu, 16 Jan 2003 02:37:07 +0000 Subject: [PATCH] add style rules for the new element git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98288 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual-print.css | 6 ++++++ docs/manual/style/css/manual.css | 6 ++++++ docs/manual/style/lang/de.xml | 3 +++ docs/manual/style/xsl/common.xsl | 15 +++++++++++++++ 4 files changed, 30 insertions(+) diff --git a/docs/manual/style/css/manual-print.css b/docs/manual/style/css/manual-print.css index d36851fb3f..e02d3849cf 100644 --- a/docs/manual/style/css/manual-print.css +++ b/docs/manual/style/css/manual-print.css @@ -30,6 +30,12 @@ q, em, var { font-style: italic; } +span.transnote { + background-color: inherit; + color: #888; + font-size: 90%; +} + /* fixup IE & Opera * otherwise they forget to inherit * the computed font-size value diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index 3811c06b39..13c591873e 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -30,6 +30,12 @@ q, em, var { font-style: italic; } +span.transnote { + background-color: inherit; + color: #888; + font-size:90%; +} + /* fixup IE & Opera * otherwise they forget to inherit * the computed font-size value diff --git a/docs/manual/style/lang/de.xml b/docs/manual/style/lang/de.xml index 4ec6300042..fd5a0660a3 100644 --- a/docs/manual/style/lang/de.xml +++ b/docs/manual/style/lang/de.xml @@ -59,6 +59,9 @@ Zusammenfassung + + Anm.d.Ü.: + - Apache HTTP Server Apache HTTP Server Version 2.1 diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 0683fd0960..0fed1753da 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -744,6 +744,21 @@ + + + + + + ( + + + + ) + + + + + -- 2.50.1