From 122b5aef8aaa94e71ea91facb156a26607575575 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sun, 1 Feb 2009 16:09:50 -0500 Subject: I can has commenting! --- static/style/cfbe.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static/style') diff --git a/static/style/cfbe.css b/static/style/cfbe.css index 55bf6b2..2ad25fc 100644 --- a/static/style/cfbe.css +++ b/static/style/cfbe.css @@ -45,4 +45,7 @@ h4.bug-comment-header { margin: 1.5em 0em 0em; } form#create-form { height: 3em; display: none; } form#create-form div.field { } form#create-form input#create-summary { width: 30em; font-weight: 700; } -form#create-form button#create-button { } \ No newline at end of file +form#create-form button#create-button { } + +form#add-comment-form { display: none; margin-top: 1.5em; } +p#add-comment-link {margin-top: 1.5em; } \ No newline at end of file -- cgit