iliaa Wed Feb 9 13:57:33 2005 EDT
Modified files:
/livedocs/themes/default livedoc.css
Log:
Fixed bug #30320
http://cvs.php.net/diff.php/livedocs/themes/default/livedoc.css?r1=1.6&r2=1.7&ty=u
Index: livedocs/themes/default/livedoc.css
diff -u livedocs/themes/default/livedoc.css:1.6
livedocs/themes/default/livedoc.css:1.7
--- livedocs/themes/default/livedoc.css:1.6 Sun Aug 8 04:50:24 2004
+++ livedocs/themes/default/livedoc.css Wed Feb 9 13:57:33 2005
@@ -1,4 +1,4 @@
-/* $Id: livedoc.css,v 1.6 2004/08/08 08:50:24 goba Exp $ */
+/* $Id: livedoc.css,v 1.7 2005/02/09 18:57:33 iliaa Exp $ */
body {
font-family: verdana;
font-size: 11pt;
@@ -76,6 +76,11 @@
margin: 0.6em;
}
+div.note div.title {
+ text-decoration: underline;
+ padding: 0.4em 0 0 0.4em;
+}
+
div.warning {
background-color: #ffeeee;
border: solid 2px #ff7777;