ID: 30320 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Livedocs problem PHP Version: Irrelevant New Comment:
Here's the patch formatted correctly: http://www.powertrip.co.za/livedocs/viewpatch.php?patch=11 Previous Comments: ------------------------------------------------------------------------ [2004-10-04 13:51:11] [EMAIL PROTECTED] Description: ------------ This patch properly formats "note" titles Actual result: -------------- --- repository\livedocs\themes\default\livedoc.1.6.css Sun Aug 08 18:50:24 2004 +++ repository\livedocs\themes\default\livedoc.css Sun Sep 12 16:46:28 2004 @@ -76,6 +76,12 @@ 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; ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30320&edit=1
