From: Art Cancro Date: Wed, 23 Jun 2010 16:31:05 +0000 (+0000) Subject: * Adjustment to font sizes to make it not suck so much in Internet Exploder X-Git-Tag: v7.86~135 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=5c37626168f31cab005b500b912faff188f62eb5;p=citadel.git * Adjustment to font sizes to make it not suck so much in Internet Exploder * Close an anchor tag so it doesn't misbehave -- you guessed it -- in Internet Exploder --- diff --git a/webcit/static/t/start_of_new_msgs.html b/webcit/static/t/start_of_new_msgs.html index 3f5495fe9..62bc7dad6 100644 --- a/webcit/static/t/start_of_new_msgs.html +++ b/webcit/static/t/start_of_new_msgs.html @@ -1,4 +1,4 @@ - +
↑↑↑ diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 7bfc9118b..7c0e78014 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -701,6 +701,7 @@ body, #global { .fix_scrollbar_bug { margin-right: 1px; /* Gecko and other non-broken browsers */ + font-size: 90%; /* FOOFOO */ } /* Boxes */