From d8b0cca2606f8919208ea68549ff60c6e5fe91bb Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 28 Jan 2007 12:01:21 +0100 Subject: Set explicit font size This might be bad style, but cgit really needed smaller fonts. Signed-off-by: Lars Hjemli --- cgit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index 63acd78..5c4b15b 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; -- cgit v1.2.3-59-g8ed1b