summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-08-27 10:33:49 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-28 12:15:43 +0200
commitea94afca565eb2e9586134c9921af23d1e478bb9 (patch)
treeab470466f353eea6aac160d638cd00ad0dbedad6 /doc
parente8e7128188401b0605e82011133e7e365bc27588 (diff)
Doc: Changed CSS text-align from "justify" to "left".
-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 <riitta-leena.miettinen@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/template/style/offline.css4
-rw-r--r--doc/global/template/style/online.css2
2 files changed, 3 insertions, 3 deletions
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;
}