From: Lars Hjemli Date: Sun, 28 Jan 2007 11:01:21 +0000 (+0100) Subject: Set explicit font size X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/d8b0cca2606f8919208ea68549ff60c6e5fe91bb?ds=sidebyside Set explicit font size This might be bad style, but cgit really needed smaller fonts. Signed-off-by: Lars Hjemli --- 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;