]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: Do not use absolute font sizes
authorJakub Narebski <redacted>
Tue, 15 May 2007 23:59:55 +0000 (01:59 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
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 <redacted>
gitweb.css

index 88fb3c4e638719fb8aea51e83e64aca2338964825d5191fccaf8ed5a6d211fe6..f2cd0ab5787e6111d034ae4abf133356715c9dc1be96dfc6ab674a8f2c64c260 100644 (file)
@@ -1,5 +1,6 @@
 body {
        font-family: sans-serif;
+       font-size: small;
        border: solid #d9d8d1;
        border-width: 1px;
        margin: 10px;
This page took 0.257135 seconds and 4 git commands to generate.