From 7b169969d6602710030ef8b490621bf001029bb6 Mon Sep 17 00:00:00 2001 From: Don Chambers 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 216b274a..117458fe 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,