php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30944 Invalid CSS in style.css
Submitted: 2004-11-30 16:09 UTC Modified: 2004-12-05 16:29 UTC
From: morten at nilsen dot com Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2004-11-30 16:09 UTC] morten at nilsen dot com
Description:
------------
margin-top: does not want two px-values
color; inherit; should be color: inherit;

Actual result:
--------------
Error: Expected end of value for property but found '0px'.  Error in parsing value for property 'margin-top'.  Declaration dropped.
Source File: http://no2.php.net/style.css
Line: 229

Error: Expected ':' but found ';'.  Declaration dropped.
Source File: http://no2.php.net/style.css
Line: 277

Error: Expected ':' but found ';'.  Declaration dropped.
Source File: http://no2.php.net/style.css
Line: 278

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-05 16:29 UTC] goba@php.net
Thanks for the report. I have just fixed these errors, plus one more, so once the new CSS file propagates around the world, everything will be fine.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 10:00:01 2026 UTC