here is a patch that tones down the font sizes for the headers and
the normal text to look more like php. Changes the h* text to be
that dark blue as well.
Curt
--
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about. No, sir. Our model is the trapezoid!
Index: livedoc.css
===================================================================
RCS file: /repository/livedocs/themes/php.net/livedoc.css,v
retrieving revision 1.4
diff -u -r1.4 livedoc.css
--- livedoc.css 4 May 2004 15:29:22 -0000 1.4
+++ livedoc.css 23 Jul 2004 03:25:16 -0000
@@ -4,6 +4,27 @@
font-size: 11pt;
}
+/* Default font size for elements */
+body, ul, td, th {
+ font-size: 85%;
+}
+h1,h2,h3,h4 {
+ color: #000066;
+ font-weight: bold;
+}
+h1 {
+ font-size: 140%;
+}
+h2 {
+ font-size: 125%;
+}
+h3 {
+ font-size: 110%;
+}
+h4 {
+ font-size: 100%;
+}
+
h2.refpurpose {
font-size: 1.4em;
}