]> granicus.if.org Git - cgit/commitdiff
Fix css font-family
authorLars Hjemli <hjemli@gmail.com>
Mon, 14 Apr 2008 08:00:59 +0000 (10:00 +0200)
committerLars Hjemli <hjemli@gmail.com>
Mon, 14 Apr 2008 08:07:43 +0000 (10:07 +0200)
When the sidebar was introduced in v0.7 the default font-family property
got messed up, but this commit should fix the issue.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgit.css

index 8f3d00cc8b908f5d4ef4c350aaf471dd5dfb96f5..171b9dee6f61b2fc0793aa011e0df7bf19a53237 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -4,7 +4,7 @@ body, table {
 }
 
 body {
-       font-family: sans;
+       font-family: sans-serif;
        font-size: 10pt;
        color: #333;
        background: white;