What steps will reproduce the problem?
1. Viewing Slimstat in different Browsers, e.g. Midori
What is the expected output? What do you see instead?
The Style is not viewed correctly, there are scrollbars on the charts etc.
What version of the product are you using? On what operating system?
Slimstat 2.0 Beta 3 r45
Midori 0.2.0
WebKitGTK+ 1.1.15
Please provide any additional information below.
Line 26 in ./_css/screen.css says:
font: 75%/1.6667 Helvetica, Arial, sans-serif;
1em should be 16px (75% = 12px), but some Browsers use different sizes, so
changing this line
to:
font: 12px/1.6667 Helvetica, Arial, sans-serif;
does the job.
Original issue reported on code.google.com by dee...@gmx.de on 4 Nov 2009 at 1:42
Original issue reported on code.google.com by
dee...@gmx.de
on 4 Nov 2009 at 1:42