cgit

commit adf61225c40dd89e2bb1af0087767aee66791c4e

Author: Lars Hjemli <hjemli@gmail.com>

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 <hjemli@gmail.com>

 cgit.css | 2 +-


diff --git a/cgit.css b/cgit.css
index 8f3d00cc8b908f5d4ef4c350aaf471dd5dfb96f5..171b9dee6f61b2fc0793aa011e0df7bf19a53237 100644
--- a/cgit.css
+++ b/cgit.css
@@ -4,7 +4,7 @@ 	margin: 0em;
 }
 
 body {
-	font-family: sans;
+	font-family: sans-serif;
 	font-size: 10pt;
 	color: #333;
 	background: white;