hgbook
diff web/support/styles/styles.css @ 912:67af12ba4e26
Align new comments to the left too.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Tue Oct 27 00:15:51 2009 +0100 (2009-10-27) |
parents | 5d10677c3dbd |
children | a9e6eca8bfc5 |
line diff
1.1 --- a/web/support/styles/styles.css Mon Oct 26 21:50:49 2009 +0100 1.2 +++ b/web/support/styles/styles.css Tue Oct 27 00:15:51 2009 +0100 1.3 @@ -286,6 +286,6 @@ 1.4 display: block; 1.5 } 1.6 1.7 -div.comment, form.comment { 1.8 +div.comment, div.new_comment, form.comment { 1.9 text-align: left; 1.10 }