diff options
Diffstat (limited to 'tbc/static')
-rw-r--r-- | tbc/static/css/comments.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |