aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/haddock.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/haddock.css b/html/haddock.css
index 63ddaf13..b0315959 100644
--- a/html/haddock.css
+++ b/html/haddock.css
@@ -16,6 +16,10 @@ TABLE.vanilla {
/* I can't seem to specify cellspacing or cellpadding properly using CSS... */
}
+/* <TT> font is a little too small in MSIE */
+TT { font-size: 100%; }
+PRE { font-size: 100%; }
+
TD {
border-width: 0px;
}