Problems with the new HTML layout
Posted: Sat Apr 12, 2008 1:38 pm
The new HTML layout uses a fixed width layout for its background with the rounded corners. That doesn't work too well for systems where the fonts (and their sizes) are different from those of the designers (as on my Linux box with Konqueror). Especially on the statistics page, the percentages appear on the edge of the background, which makes it difficult to read them.
When I remove the "width" entry in @media screen in the CSS, everything works fine again (I can resize the window as I want). I don't know what were the reasons for choosing a fixed width (after all, the @media print part hasn't one), but if it's not strictly necessary, I'd suggest removing it.
- Dirk
When I remove the "width" entry in @media screen in the CSS, everything works fine again (I can resize the window as I want). I don't know what were the reasons for choosing a fixed width (after all, the @media print part hasn't one), but if it's not strictly necessary, I'd suggest removing it.
- Dirk