wez Mon May 3 10:56:58 2004 EDT
Modified files:
/livedocs/themes/default livedoc.css
Log:
This makes variable lists look much better IMO
http://cvs.php.net/diff.php/livedocs/themes/default/livedoc.css?r1=1.2&r2=1.3&ty=u
Index: livedocs/themes/default/livedoc.css
diff -u livedocs/themes/default/livedoc.css:1.2 livedocs/themes/default/livedoc.css:1.3
--- livedocs/themes/default/livedoc.css:1.2 Sat Jan 24 15:19:20 2004
+++ livedocs/themes/default/livedoc.css Mon May 3 10:56:58 2004
@@ -1,4 +1,4 @@
-/* $Id: livedoc.css,v 1.2 2004/01/24 20:19:20 nlopess Exp $ */
+/* $Id: livedoc.css,v 1.3 2004/05/03 14:56:58 wez Exp $ */
body {
font-family: verdana;
font-size: 11pt;
@@ -148,7 +148,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;
@@ -301,6 +301,20 @@
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 */
@@ -309,3 +323,5 @@
border-top: 1px dashed blue;
width: 30em;
}
+
+