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>
This commit is contained in:
Lars Hjemli 2008-04-14 10:00:59 +02:00
父節點 76ba6287bf
當前提交 adf61225c4
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -4,7 +4,7 @@ body, table {
}
body {
font-family: sans;
font-family: sans-serif;
font-size: 10pt;
color: #333;
background: white;