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

mr700’s picture

OT: I can't find what purpose the '*font-size: 100%;' thing is doing in the CSS, can someone tell me?

mr700’s picture

OT: To answer my own question - http://www.javascriptkit.com/dhtmltutors/csshacks2.shtml , could be a good idea to document...

johnalbin’s picture

Status: Active » Fixed

Changed to: border: 1px #ccc solid;

Anonymous’s picture

Status: Fixed » Closed (fixed)