From: donchambers Date: Thu, 13 Sep 2007 01:11:16 +0000 (+0000) Subject: BP: overflow:auto changed to overflow:hidden for .serendipity_Entry_Date and.serendip... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d57035eb38b361b097c9d187252a9b35e792aee5;p=s9y.git BP: overflow:auto changed to overflow:hidden for .serendipity_Entry_Date and.serendipity_commentBody due to firefox horizontal line bug. --- diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index 216b274..117458f 100644 --- a/templates/bulletproof/base.css +++ b/templates/bulletproof/base.css @@ -192,7 +192,7 @@ body { .serendipity_Entry_Date, .serendipity_commentBody { - overflow: auto; + overflow: hidden; } .serendipitySideBarContent input,