diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2010-04-21 22:36:52 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2010-04-21 22:36:52 -0600 |
commit | 39818dd29fdd883d055ab9ec582c8039d3c129c8 (patch) | |
tree | c456a39fb8a6f1bfe73a151b28aff0ddd0df8bfc /modules/comment/css | |
parent | 2257776f9b4c231033656db1eb23246035aa42fd (diff) |
Comment updates. Add empty <li> to empty <ul> for HTML validation, fixes #1066. Minor CSS/JS fixes. Add scrollTo effect when clicking on 'Add a Comment'.
Diffstat (limited to 'modules/comment/css')
-rw-r--r-- | modules/comment/css/comment.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/css/comment.css b/modules/comment/css/comment.css index f58391b0..db096f2d 100644 --- a/modules/comment/css/comment.css +++ b/modules/comment/css/comment.css @@ -28,7 +28,7 @@ width: 32px; } -#g-admin-comment-button { +#g-add-comment { position: absolute; right: 0; top: 2px; |