summaryrefslogtreecommitdiff
path: root/gitweb
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2007-05-15 23:59:55 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-05-16 19:40:06 (GMT)
commitb211c320eb5d753a7a44a03eccb9a15cfbcc563b (patch)
tree4e6f37f14af1142fb62b7049d46527c41d2729f8 /gitweb
parent8a912bcb250d8bf57b225e1cf02c0d69d54c8920 (diff)
downloadgit-b211c320eb5d753a7a44a03eccb9a15cfbcc563b.zip
git-b211c320eb5d753a7a44a03eccb9a15cfbcc563b.tar.gz
git-b211c320eb5d753a7a44a03eccb9a15cfbcc563b.tar.bz2
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 <junkio@cox.net>
Diffstat (limited to 'gitweb')
-rw-r--r--gitweb/gitweb.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index b57c8be..02623cb 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;