From 6daf33e9787a84e60d4b0912b146be0a32c9993c Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 18 Jan 2010 14:12:32 +0100 Subject: add descriptive text --- default.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 98d4a38..d81ce4f 100644 --- a/default.css +++ b/default.css @@ -193,16 +193,17 @@ html { } .textcolumn, .shorttextcolumn{ - text-align: justify; line-height: 1.4em; } .textcolumn{ + text-align: left; max-width: 45em; } .shorttextcolumn{ - max-width: 20em; + text-align: justify; + max-width: 18em; } .hint{ font-size:small; -- cgit v1.2.3