From 3488b0c58caa8250c81fd2d5e5a15a2d4332e2e1 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 19 Jan 2010 12:02:52 +0100 Subject: wrong text alignment fixed --- default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index d98b560..3761d51 100644 --- a/default.css +++ b/default.css @@ -202,12 +202,12 @@ html { } .textcolumn{ - text-align: left; + text-align: justify; max-width: 45em; } .shorttextcolumn{ - text-align: justify; + text-align: left; max-width: 18em; } .hint{ -- cgit v1.2.3