Re: gitweb css - pixels?!
From: Jan Hudec <hidden>
Date: 2016-06-15 22:43:08
On Mon, May 07, 2007 at 17:13:42 -0600, Chris Riddoch wrote:
Hi, folks. I've been gradually converting my ~/src directory full of tarballs I've found interesting enough to download to a ~/repos/ directory containing bare git repositories of the projects. I was thinking it might be worth my while to set up gitweb so I can peruse my collection of projects. I noticed myself squinting, on my 1400x1050 laptop screen, at the 10 and 12-*pixel* font settings gitweb's CSS specifies before thinking to myself that I should bring this to the list's attention. I'm no CSS guru, or I'd just provide a patch. It seems that *all* the measurements specified in the CSS file are in pixels, not ems or percentages. There's got to be a better way. I can't be the only person who would rather use my nice screen to render attractive, readable fonts rather than to render the smallest possible fonts?
Well, there should be three ways to set font sizes:
1. Use the symbolic small, normal, large..., which are derived from user
settings (normal is user setting, large is one step larger etc.). IMHO
this would be the best variant.
2. Use *points* (pt) instead of *pixels* (px). Unfortunately most browsers
don't know what their DPI is and will treat 1pt as 1px, even though they
have more than 72dpi. I believe this applies to all Micro$oft browsers.
3. Use designation relative to previous font. One step up is 1.2em, one step
down is 0.8333333em. I am not sure this actually works in Micro$oft
browsers. Also rounding errors may quickly get you to completely
different font size that you wanted.
--
Jan 'Bulb' Hudec [off-list ref] Attachments
- signature.asc [application/pgp-signature] 189 bytes