From 8d6bd1234648520e3b8b07d11df8f1ab46c2be91 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:33:44 -0500 Subject: [PATCH] more css --- contrib/js/nntpchan/post-reply.js | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 7f85196..7f2666a 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -24,6 +24,7 @@ function table_insert_row(table, header, items) { function ReplyBox() { var elem = document.createElement("div"); this.elem = elem; + elem.setAttribute("class", "shadow shadow-box"); // reference elem = document.createElement("input"); elem.name = "reference";