Code

gitweb: Do not use absolute font sizes
authorJakub Narebski <jnareb@gmail.com>
Tue, 15 May 2007 23:59:55 +0000 (01:59 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 16 May 2007 19:40:06 +0000 (12:40 -0700)
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 <junkio@cox.net>
gitweb/gitweb.css

index b57c8beccb50a94f910cd3bf48ae1c57cf6c1bb8..02623cbb6d450e0d63ac0b600c806b237bb75fcb 100644 (file)
@@ -1,5 +1,6 @@
 body {
        font-family: sans-serif;
+       font-size: small;
        border: solid #d9d8d1;
        border-width: 1px;
        margin: 10px;