From 12b1aa1aa7a596580f277a5ccb6bb135d685ad54 Mon Sep 17 00:00:00 2001 From: donchambers Date: Thu, 13 Sep 2007 01:11:41 +0000 Subject: [PATCH] BP: overflow:auto changed to overflow:hidden for .serendipity_Entry_Date and.serendipity_commentBody due to firefox horizontal line bug. --- templates/bulletproof/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5