From 5fa6de089dce1c45a095c286dbd890fea30e9c94 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Tue, 8 Jul 2014 00:11:52 +0530 Subject: added base template for comments --- tbc/static/css/comments.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tbc/static/css/comments.css') diff --git a/tbc/static/css/comments.css b/tbc/static/css/comments.css index dc8abf3..5d7f393 100644 --- a/tbc/static/css/comments.css +++ b/tbc/static/css/comments.css @@ -1,9 +1,16 @@ +#comments-container { + width: 1100px; +} #content-wrapper { max-width: 97%; } .accordion-inner { background: #f5f5f5; } +#new-comment-form, +#recent-comments-wrapper { + min-height: 300px; +} #new-comment-form input[type=text], #new-comment-form textarea, #new-reply-form textarea { -- cgit