a6e6s / slimstat

Automatically exported from code.google.com/p/slimstat
GNU General Public License v2.0
1 stars 0 forks source link

CSS Problems in some Browsers #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r46.

Original comment by step...@wettone.com on 4 Nov 2009 at 2:15