From ea94afca565eb2e9586134c9921af23d1e478bb9 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Tue, 27 Aug 2013 10:33:49 +0200 Subject: Doc: Changed CSS text-align from "justify" to "left". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -Documentation looks weird when viewed in a narrow window because much of the text are long. -Qt Project's CSS uses "left". -This change affects any documentation which uses the global templates. Change-Id: I8605a191904cb727b4818d8a1abf127ce2e45eb9 Reviewed-by: Leena Miettinen Reviewed-by: Oswald Buddenhagen Reviewed-by: Jens Bache-Wiig Reviewed-by: Topi Reiniƶ Reviewed-by: Jerome Pasion --- doc/global/template/style/offline.css | 4 ++-- doc/global/template/style/online.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/global/template') diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index f573633331..5dc4908aff 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -3,7 +3,7 @@ body { margin-top: 85px; font-family: Arial, Helvetica; color: #313131; - text-align: justify; + text-align: left; margin-left: 5px; margin-right: 5px; } @@ -38,7 +38,7 @@ img { margin-top: 35px; /*max-width: 75%;*/ margin-left: 5px; - text-align: justify; + text-align: left; vertical-align: top; } diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index cf73455877..d105a6fd55 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -24,7 +24,7 @@ img { margin-top: 35px; /*max-width: 75%;*/ margin-left: 5px; - text-align: justify; + text-align: left; vertical-align: top; } -- cgit v1.2.3