nlopess         Tue May  4 11:29:23 2004 EDT

  Modified files:              
    /livedocs/themes/php.net    livedoc.css 
    /livedocs/themes/smarty     livedoc.css 
  Log:
  sync themes
  
http://cvs.php.net/diff.php/livedocs/themes/php.net/livedoc.css?r1=1.3&r2=1.4&ty=u
Index: livedocs/themes/php.net/livedoc.css
diff -u livedocs/themes/php.net/livedoc.css:1.3 livedocs/themes/php.net/livedoc.css:1.4
--- livedocs/themes/php.net/livedoc.css:1.3     Tue Feb 17 21:15:45 2004
+++ livedocs/themes/php.net/livedoc.css Tue May  4 11:29:22 2004
@@ -1,4 +1,4 @@
-/* $Id: livedoc.css,v 1.3 2004/02/18 02:15:45 kennyt Exp $ */
+/* $Id: livedoc.css,v 1.4 2004/05/04 15:29:22 nlopess Exp $ */
 body {
     font-family: verdana;
     font-size: 11pt;
@@ -152,7 +152,7 @@
 
 div.shellcode, div.xmlcode, div.phpcode,
 div.inicode, div.htmlcode, div.screen,
-div.apache-confcode, div.code, div.term,
+div.apache-confcode, div.code,
 div.synopsis {
     background-color: #eeeeee;
     border: solid 2px #dddddd;
@@ -310,6 +310,19 @@
     font-weight: bold;
 }
 
+div.varlistentry {
+    border: dashed 2px #ddd;
+    margin-top: 0.5em;
+}
+
+div.varlistentry div.term {
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: none;
+    margin-left: 0.4em;
+    padding-left: 0.4em;
+    padding-top: 0.4em;
+}
 
 /* Search page */
 
http://cvs.php.net/diff.php/livedocs/themes/smarty/livedoc.css?r1=1.1&r2=1.2&ty=u
Index: livedocs/themes/smarty/livedoc.css
diff -u livedocs/themes/smarty/livedoc.css:1.1 livedocs/themes/smarty/livedoc.css:1.2
--- livedocs/themes/smarty/livedoc.css:1.1      Tue Apr 20 16:59:31 2004
+++ livedocs/themes/smarty/livedoc.css  Tue May  4 11:29:23 2004
@@ -1,4 +1,4 @@
-/* $Id: livedoc.css,v 1.1 2004/04/20 20:59:31 didou Exp $ */
+/* $Id: livedoc.css,v 1.2 2004/05/04 15:29:23 nlopess Exp $ */
 body {
     font-family: verdana;
     font-size: 11pt;
@@ -152,7 +152,7 @@
 
 div.shellcode, div.xmlcode, div.phpcode,
 div.inicode, div.htmlcode, div.screen,
-div.apache-confcode, div.code, div.term,
+div.apache-confcode, div.code,
 div.synopsis {
     background-color: #eeeeee;
     border: solid 2px #dddddd;
@@ -300,6 +300,19 @@
     font-weight: bold;
 }
 
+div.varlistentry {
+    border: dashed 2px #ddd;
+    margin-top: 0.5em;
+}
+
+div.varlistentry div.term {
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: none;
+    margin-left: 0.4em;
+    padding-left: 0.4em;
+    padding-top: 0.4em;
+}
 
 /* Search page */
 

Reply via email to