BP: overflow:auto changed to overflow:hidden for .serendipity_Entry_Date and.serendipity_commentBody due to firefox horizontal line bug.

This commit is contained in:
Don Chambers 2007-09-13 01:11:41 +00:00
parent 538800e469
commit 7b169969d6

View File

@ -192,7 +192,7 @@ body {
.serendipity_Entry_Date, .serendipity_Entry_Date,
.serendipity_commentBody { .serendipity_commentBody {
overflow: auto; overflow: hidden;
} }
.serendipitySideBarContent input, .serendipitySideBarContent input,