cgit

commit d8b0cca2606f8919208ea68549ff60c6e5fe91bb

Author: Lars Hjemli <hjemli@gmail.com>

Set explicit font size

This might be bad style, but cgit really needed smaller fonts.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

 cgit.css | 2 +-


diff --git a/cgit.css b/cgit.css
index 63acd78e69ca4eb2762ea4cefe395342cc4507c8..5c4b15bb3b0d4237dc58ccfdc1e437cc13b84424 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;