For some reason need this to make fonts the correct size on FF.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 19 Jun 2009 18:22:15 +0000 (12:22 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 19 Jun 2009 18:22:15 +0000 (12:22 -0600)
chora/themes/screen.css

index e9b51da..665ab6a 100644 (file)
@@ -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 {