+span.transnote {
  +    background-color: inherit;
  +    color: #888;
  +    font-size:90%;
  +}

Does anybody object to killing the reduced font-size:90%;? IMHO it looks ugly and unbalanced (for examples see invoking.html.de and search for 'Anm' or core.html.de).

just a bit of nit-picking :)

cheers,
Erik

[EMAIL PROTECTED] wrote:
kess        2003/01/15 18:37:07

Modified: docs/manual/style/xsl common.xsl
docs/manual/style/lang de.xml
docs/manual/style/css manual.css manual-print.css
Log:
add style rules for the new <transnote> element
Index: manual.css
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/css/manual.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- manual.css 22 Dec 2002 22:45:38 -0000 1.19
+++ manual.css 16 Jan 2003 02:37:07 -0000 1.20
@@ -30,6 +30,12 @@
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
1.7 +6 -0 httpd-2.0/docs/manual/style/css/manual-print.css
Index: manual-print.css
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/css/manual-print.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- manual-print.css 16 Oct 2002 06:45:21 -0000 1.6
+++ manual-print.css 16 Jan 2003 02:37:07 -0000 1.7
@@ -30,6 +30,12 @@
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to