all repos — cgit @ d8b0cca2606f8919208ea68549ff60c6e5fe91bb

a hyperfast web frontend for git written in c

Set explicit font size

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

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Sun, 28 Jan 2007 12:01:21 +0100
commit

d8b0cca2606f8919208ea68549ff60c6e5fe91bb

parent

8596cda71d04cd49cb983aee7968d14cc58c030d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M cgit.csscgit.css

@@ -1,6 +1,6 @@

body { font-family: arial; - font-size: normal; + font-size: 11pt; background: white; padding: 0em; margin: 0em;