From 3a1a24f6da8f6e1f4ce7fcb4eaf7af58e6b9f241 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Apr 2016 12:55:43 -0400 Subject: [PATCH] fix css --- contrib/static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index adf9250..3c84cea 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -110,7 +110,7 @@ table tbody tr:nth-of-type( even ) { } -#postform_container > tr , #postform-inner > tr { +#postform_container tr { background-color: transparent!important; }