Closed (fixed)
Project:
Zen
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2007 at 01:28 UTC
Updated:
25 Oct 2007 at 21:43 UTC
In zen.css on line 157 there is:
blockquote {
border: 1px 0px #ccc solid;
margin: 0.5em 1em;
padding: 0.3em;
font-style: italic;
}
Firefox and w3c's validator both complain about the border having too many properties, shouldnt it just be 'border: 1px #ccc solid;'?
Comments
Comment #1
mr700 commentedOT: I can't find what purpose the '*font-size: 100%;' thing is doing in the CSS, can someone tell me?
Comment #2
mr700 commentedOT: To answer my own question - http://www.javascriptkit.com/dhtmltutors/csshacks2.shtml , could be a good idea to document...
Comment #3
johnalbinChanged to:
border: 1px #ccc solid;Comment #4
(not verified) commented