From adf61225c40dd89e2bb1af0087767aee66791c4e Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 14 Apr 2008 10:00:59 +0200 Subject: Fix css font-family 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 --- cgit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index 8f3d00c..171b9de 100644 --- 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; -- cgit v1.2.3-59-g8ed1b