On Mittwoch, 27. November 2013 23:33:42 CEST, Jan Kundrát wrote:

The problem of the current design is that it doesn't work on big screens or small screens; the font size is too small to be readable

*cough*
font:12px sans-serif;
*cough*

"surprise" :-P

*never* define font sizes in px (unless you *really* mean to) but in pt or - 
better - in factors of em (1em ~= standard font size) as is done somewhere else 
in the stylesheet.

This way the reader defines the "correct" font size.
If you select 12px on a 300dpi device, well, that's just pixelmud =)

Next problem is: "min-width:950px;"
kills "small" devices (phones, or esp. any vertical stuff)

Also it causes very long lines what's crap for reading.

I guess it's done to keep the tabs away from the logo, but i'd perhaps let them 
flow below the logo or arrange them vertically on very slim windows.

Long story short:
the current design can be vastly improved in that direction w/o even remotely 
thinking about javascript ;-)

We'll just use <table>s instead! ;-P

Cheers,
Thomas

Reply via email to