the repository which powers this website
Set explicit font size
This might be bad style, but cgit really needed smaller fonts. Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2007-01-28
parent 8596cda · commit d8b0cca
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 63acd78e..5c4b15bb 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,6 +1,6 @@
body {
font-family: arial;
- font-size: normal;
+ font-size: 11pt;
background: white;
padding: 0em;
margin: 0em;