Skip to content

Commit

Permalink
gitweb: Do not use absolute font sizes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed May 16, 2007
1 parent 8a912bc commit b211c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitweb/gitweb.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body {
font-family: sans-serif;
font-size: small;
border: solid #d9d8d1;
border-width: 1px;
margin: 10px;
Expand Down

0 comments on commit b211c32

Please sign in to comment.