about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorLars Hjemli2008-04-14 10:00:59 +0200
committerLars Hjemli2008-04-14 10:07:43 +0200
commitadf61225c40dd89e2bb1af0087767aee66791c4e (patch)
tree915a5e0ea10cd4a723e047daa3485ab5dd290f88
parentMerge branch 'lh/layout' (diff)
downloadcgit-adf61225c40dd89e2bb1af0087767aee66791c4e.tar.gz
cgit-adf61225c40dd89e2bb1af0087767aee66791c4e.zip
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>
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css index 8f3d00c..171b9de 100644 --- a/cgit.css +++ b/cgit.css
@@ -4,7 +4,7 @@ body, table {
4} 4}
5 5
6body { 6body {
7 font-family: sans; 7 font-family: sans-serif;
8 font-size: 10pt; 8 font-size: 10pt;
9 color: #333; 9 color: #333;
10 background: white; 10 background: white;