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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: aidan@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 02 12:01:29 2025 UTC