diff options
Diffstat (limited to 'static/style/cfbe.css')
-rw-r--r-- | static/style/cfbe.css | 5 |
1 files changed, 4 insertions, 1 deletions
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 |