all repos — cgit @ adf61225c40dd89e2bb1af0087767aee66791c4e

a hyperfast web frontend for git written in c

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>
Lars Hjemli hjemli@gmail.com
Mon, 14 Apr 2008 10:00:59 +0200
commit

adf61225c40dd89e2bb1af0087767aee66791c4e

parent

76ba6287bfb533baca7285b107b5d975581d449d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M cgit.csscgit.css

@@ -4,7 +4,7 @@ margin: 0em;

} body { - font-family: sans; + font-family: sans-serif; font-size: 10pt; color: #333; background: white;