* Adjustment to font sizes to make it not suck so much in Internet Exploder
authorArt Cancro <ajc@citadel.org>
Wed, 23 Jun 2010 16:31:05 +0000 (16:31 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 23 Jun 2010 16:31:05 +0000 (16:31 +0000)
* Close an anchor tag so it doesn't misbehave -- you guessed it -- in Internet Exploder

webcit/static/t/start_of_new_msgs.html
webcit/static/webcit.css

index 3f5495fe9919affb5fd61399a7ee3156d7facecb..62bc7dad6503e6a602be81f0db9b406336d8e55a 100644 (file)
@@ -1,4 +1,4 @@
-<a name="newmsgs">
+<a name="newmsgs"></a>
 <div class="moreprompt">
 &uarr;&uarr;&uarr;
 <?_("Old messages")>
index 7bfc9118ba3aff135c25a58cd252625e1ba058cb..7c0e78014972438fa2a1ab1573731d3230565b57 100644 (file)
@@ -701,6 +701,7 @@ body, #global {
 
 .fix_scrollbar_bug {
        margin-right: 1px;              /* Gecko and other non-broken browsers */
+       font-size: 90%; /* FOOFOO */
 }
 
 /* Boxes */