php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30320 Properly format "note" titles
Submitted: 2004-10-04 13:51 UTC Modified: 2005-02-09 19:57 UTC
From: aidan@php.net Assigned: ilia (profile)
Status: Closed Package: Livedocs problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 + 23 = ?
Subscribe to this entry?

 
 [2004-10-04 13:51 UTC] aidan@php.net
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;

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-04 14:00 UTC] aidan@php.net
Here's the patch formatted correctly:

http://www.powertrip.co.za/livedocs/viewpatch.php?patch=11
 [2005-02-09 19:57 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC