NACK. Unless you use a pre-1990 browser, they're perfectly capable of computing relative scaling from absolute font sizes.
For instance, Safari and Firefox are perfectly able to scale fonts on http://www.parisc-linux.org/~varenet/musicindex/ which uses the same - albeit older - stylesheet as mod_musicindex. It might be "better practice" to not use absolute font size, but the argument you used seems quite moot to me. HTH T-Bone On Thu, Feb 28, 2008 at 3:55 PM, martin f krafft <[EMAIL PROTECTED]> wrote: > Package: mod-musicindex-common > Version: 1.2.1-1 > Severity: minor > File: /usr/share/mod_musicindex/musicindex.css > Tags: patch > > The CSS file uses absolute font sizes. This disabled browsers from > scaling the font size. Please consider the following patch, which > uses relative sizes instead. > > --- musicindex.css.orig 2008-02-28 15:53:24.000000000 +0100 > +++ musicindex.css 2008-02-28 15:54:22.000000000 +0100 > @@ -1,5 +1,5 @@ > body { > - font: 10pt "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; > + font: 70% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; > color: black; > background-color: white; > } > @@ -8,7 +8,7 @@ > /* for many scripts or fonts. */ > > h1 { > - font-size: 16pt; > + font-size: 160%; > /* font-style: italic; */ > color: red; > background-color: transparent; > @@ -251,7 +251,7 @@ > } > > table#directories div > a { > - font-size: 12pt; > + font-size: 120%; > } > > table#directories td > a > img { > > -- > .''`. martin f. krafft <[EMAIL PROTECTED]> > : :' : proud Debian developer, author, administrator, and user > `. `'` http://people.debian.org/~madduck - http://debiansystem.info > `- Debian - when you have better things to do than fixing systems > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFHxstrIgvIgzMMSnURAlqEAKC3lb3l0PhhcATO6qEgMfD0TDtiZwCg2c1k > jL/G6l0UiSi2lqxjXLBU3iM= > =j3VG > -----END PGP SIGNATURE----- > > -- Thibaut VARENE http://www.parisc-linux.org/~varenet/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

