iliaa           Mon Jul 26 18:16:20 2004 EDT

  Modified files:              
    /livedocs/themes/php.net    livedoc.css 
  Log:
  Adjust layout to resemble that of php.net more closely.
  
  Patch by: Curt Zirzow
  
  
http://cvs.php.net/diff.php/livedocs/themes/php.net/livedoc.css?r1=1.4&r2=1.5&ty=u
Index: livedocs/themes/php.net/livedoc.css
diff -u livedocs/themes/php.net/livedoc.css:1.4 livedocs/themes/php.net/livedoc.css:1.5
--- livedocs/themes/php.net/livedoc.css:1.4     Tue May  4 11:29:22 2004
+++ livedocs/themes/php.net/livedoc.css Mon Jul 26 18:16:20 2004
@@ -1,7 +1,28 @@
-/* $Id: livedoc.css,v 1.4 2004/05/04 15:29:22 nlopess Exp $ */
+/* $Id: livedoc.css,v 1.5 2004/07/26 22:16:20 iliaa Exp $ */
 body {
     font-family: verdana;
     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 {

Reply via email to