]> git.deb.at Git - deb/packages.git/commitdiff
static/debian.css: Use sans-serif as default font
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 9 Jun 2007 21:35:54 +0000 (23:35 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 9 Jun 2007 21:35:54 +0000 (23:35 +0200)
Suggested by Neil Williams <codehelp debian org>

static/debian.css

index 9695645213d36a978a9d102fea9cc1b82532858e..63fb71b625b2bc2b1b3aa23d7dbda3af1a8e8628 100644 (file)
@@ -39,6 +39,7 @@ html, body {
        margin: 0 4px 0 4px;
        padding: 0;
        text-align: left;
+       font-family: Arial, Helvetica, sans-serif;
        /* min-width: 440px - commented out due to mozilla problems*/
 }
 /* direction directive reverses the navbar, too */