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
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)

