Firefox 3 reports errors in thickbox.css, jquery-calendar.css, common.css, and dashboard.css. (Latter two are Piwik-specific.)
Canoo webtest reports warnings/errors in: index.php, dashboard.css, thickbox.css, and jquery-calendar.css.
CoreHome embeds a <style> section in the <body> for tagclouds. This should be moved to a separate .css file, and included via <link> in the <head>. The rules also need to be tightened up a bit, e.g.,
.word a {
text-decoration:none;
}
should be:
#tagCloud .word a {
text-decoration:none;
}
Attachment:
CssErrors.txt
See also #905 and http://forum.piwik.org/index.php?showtopic=1463
files with embedded styles:
In [1559], refs #946 - fix css errors
In [1560], refs #946 - plugins/API : move embedded style to external stylesheet
In [1561], refs #946 - plugins/CoreHome - tag cloud css cleanup
In [1562], refs #946 - cloud.css
Fixed for now. Re-think the reorg for #660.