From: Michael M Slusarz Date: Fri, 19 Jun 2009 18:22:15 +0000 (-0600) Subject: For some reason need this to make fonts the correct size on FF. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=39c034ddc4bd715cf37988dbb418f55625a1e659;p=horde.git For some reason need this to make fonts the correct size on FF. --- 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 {