From: Jakub Narebski Date: Tue, 15 May 2007 23:59:55 +0000 (+0200) Subject: gitweb: Do not use absolute font sizes X-Git-Tag: v1.5.2~22 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b211c320eb5d753a7a44a03eccb9a15cfbcc563b;p=git.git gitweb: Do not use absolute font sizes David Kågedal proposed that gitweb should explicitely request being somewhat smaller than normal, because it has good use for long lines. However gitweb presents a table with several columns, so having wider line is OK for it. Therefore explicit 'font-size: small' would make sense. Apparently many people on the list seem to agree with him. Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index b57c8becc..02623cbb6 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -1,5 +1,6 @@ body { font-family: sans-serif; + font-size: small; border: solid #d9d8d1; border-width: 1px; margin: 10px;