From 39c034ddc4bd715cf37988dbb418f55625a1e659 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 19 Jun 2009 12:22:15 -0600 Subject: [PATCH] For some reason need this to make fonts the correct size on FF. --- chora/themes/screen.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chora/themes/screen.css b/chora/themes/screen.css index e9b51daff..665ab6a01 100644 --- a/chora/themes/screen.css +++ b/chora/themes/screen.css @@ -37,6 +37,7 @@ div.browsefileoptions form { /* Tables. */ table.revlog, table.headerbar, table.browse, table.stats { width: 99%; + font-size: 100%; margin: 0 0 8px 5px; border-top: 1px solid #ddd; border-left: 1px solid #ddd; @@ -223,6 +224,7 @@ table.annotate .logentry { /* Diff styles. */ table.hrdiff { width: 99%; + font-size: 100%; margin: 0 0 8px 5px; } table.hrdiff th { -- 2.11.0