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>
Dieser Commit ist enthalten in:
Ursprung
76ba6287bf
Commit
adf61225c4
2
cgit.css
2
cgit.css
@ -4,7 +4,7 @@ body, table {
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: sans;
|
||||
font-family: sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #333;
|
||||
background: white;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren