This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug admin|web|git/11934] web pages: small fonts in CSS


http://sourceware.org/bugzilla/show_bug.cgi?id=11934

--- Comment #6 from Vincent LefÃvre <vincent-srcware at vinc17 dot net> 2012-02-11 02:12:31 UTC ---
(In reply to comment #5)
> This is in fact the way the main text on the new glibc website is laid out. The
> central column does not have a fixed size and adapts to the window width.
> Though below a minimum width it begins to wrap oddly.

Yes, I can see that on my Nokia N900 with "Very large fonts" in the settings.
However it is still very readable (there's just a minor text overlap).

Now, text overlap can partly be fixed. First, there's a bug in the CSS: for
#banner, "height:" is provided twice. One of them should be removed. Then
"height" could be replaced by "min-height". This would avoid the overlap of the
title.

The overlap of menu items is due to the padding: With Firefox, the background
of some item can partly hide the text of another item. But I don't get this
problem with Chromium. So, it may be a bug in Gecko. If need be, the problem
can be avoided by using a line-height in ul.menu (though this may slightly
change the layout in the normal case).

BTW, I wonder whether the 51px margins (in addition to the 10px margins of the
body) are really useful. They seem to me more a waste of space (in particular
on a small screen) than anything else.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]