From 076b70b07967fbea52a30de5ffb4f6805a64eb87 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 18 Aug 2013 01:59:01 +0200 Subject: [PATCH] web: Increase size of log messages and diffs. The size of these was hardcoded to 12px. --- web/gitweb.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/gitweb.css b/web/gitweb.css index 9057a8f5..a4f5e835 100644 --- a/web/gitweb.css +++ b/web/gitweb.css @@ -71,6 +71,7 @@ div.page_footer_text { div.page_body { padding: 8px; font-family: monospace; + font-size: 150%; } div.title, a.title { @@ -316,8 +317,6 @@ table.blame td.age0 { } td.pre, div.pre, div.diff { - font-family: monospace; - font-size: 12px; white-space: pre; } @@ -326,6 +325,7 @@ td.mode { } /* styling of diffs (patchsets): commitdiff and blobdiff views */ + div.diff.header, div.diff.extended_header { white-space: normal; -- 2.39.2