From 5fccdeba45ea3de2da4b6fac53a8feb47fb60db2 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Apr 2016 12:53:01 -0400 Subject: [PATCH] fix css typo --- 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 f6960fc..adf9250 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 , #postfor > tr { +#postform_container > tr , #postform-inner > tr { background-color: transparent!important; }