summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a912bc)
raw | patch | inline | side by side (parent: 8a912bc)
author | Jakub Narebski <jnareb@gmail.com> | |
Tue, 15 May 2007 23:59:55 +0000 (01:59 +0200) | ||
committer | Junio 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>
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 | patch | blob | history |
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index b57c8beccb50a94f910cd3bf48ae1c57cf6c1bb8..02623cbb6d450e0d63ac0b600c806b237bb75fcb 100644 (file)
--- a/gitweb/gitweb.css
+++ b/gitweb/gitweb.css
body {
font-family: sans-serif;
+ font-size: small;
border: solid #d9d8d1;
border-width: 1px;
margin: 10px;