From f706758d63d7b427216d331a228b1b40d72c9b3c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 27 Dec 2011 11:25:54 +0100 Subject: style: Dont use text justify for now --- style/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'style') diff --git a/style/style.css b/style/style.css index 7f46abc..9c25123 100644 --- a/style/style.css +++ b/style/style.css @@ -21,8 +21,8 @@ body { background: #433F3F; /*background: #3C3230;*/ - text-align: justify; - font-family: Arial, Helvetica, sans-serif; + /*text-align: justify; */ + font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: #333333; } @@ -53,6 +53,10 @@ h3 { font-size: 1em; } +p { + /*text-align: justify; */ +} + p, ul, ol { margin-top: 1.2em; line-height: 130%; -- cgit