# HG changeset patch # User dukebody # Date 1256590249 -3600 # Node ID 5d10677c3dbdcef89db351b03a09312c48233f6f # Parent 0b3de6304f0aac58ae4bec9febc8d6ad12cfb319 Align the comments themselves and the comment form to the left. diff -r 0b3de6304f0a -r 5d10677c3dbd web/support/styles/styles.css --- a/web/support/styles/styles.css Mon Oct 26 21:23:58 2009 +0100 +++ b/web/support/styles/styles.css Mon Oct 26 21:50:49 2009 +0100 @@ -285,3 +285,7 @@ text-align: right; display: block; } + +div.comment, form.comment { + text-align: left; +}