From ca0fa1ec4030466ad0b330366178dcd892437c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Berg?= Date: Wed, 24 Mar 2010 09:24:05 +0100 Subject: [PATCH] Some personal preferences for the history web view's #message. Use the smaller 8pt Monaco again, since it allows for more compact text space requirements without losing readability. Users who don't agree may safely ignore this commit. --- html/views/history/history.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/views/history/history.css b/html/views/history/history.css index d404e23..701d71e 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -59,9 +59,10 @@ body { } #message { - font-family: Meslo, "Andale Mono", Menlo, Monaco; + font-family: Monaco; + font-size: 10px; white-space: pre-wrap; - padding-top: 10px; + padding-top: 12px; } #files {