From e25d6ab37003202d1b81ec37e69bce99e8fb0d34 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 20 Jun 2016 15:11:05 -0400 Subject: [PATCH] remove unneeded css rule --- contrib/static/site.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 83a6347..af46fd5 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -336,11 +336,6 @@ input, textarea { min-width: 500px; } -.post_body { - max-height: 500px; - overflow-y: overlay; -} - .postheader { padding-top: 3px; padding-right: 5px