diff web/support/styles/styles.css @ 910:5d10677c3dbd
Align the comments themselves and the comment form to the left.
author |
dukebody <dukebody@gmail.com> |
date |
Mon Oct 26 21:50:49 2009 +0100 (2009-10-26) |
parents |
0b3de6304f0a |
children |
67af12ba4e26 |
line diff
1.1 --- a/web/support/styles/styles.css Mon Oct 26 21:23:58 2009 +0100
1.2 +++ b/web/support/styles/styles.css Mon Oct 26 21:50:49 2009 +0100
1.3 @@ -285,3 +285,7 @@
1.4 text-align: right;
1.5 display: block;
1.6 }
1.7 +
1.8 +div.comment, form.comment {
1.9 + text-align: left;
1.10 +}