diff options
author | Steve Losh <steve@stevelosh.com> | 2009-02-01 16:09:50 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-02-01 16:09:50 -0500 |
commit | 122b5aef8aaa94e71ea91facb156a26607575575 (patch) | |
tree | 93e64173e7e80a2d2ce2a4cfd03df9216657732f /static | |
parent | 59c742611d77ce59414d073e98782014dfb70d8f (diff) | |
download | bugseverywhere-122b5aef8aaa94e71ea91facb156a26607575575.tar.gz |
I can has commenting!
Diffstat (limited to 'static')
-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 |