Doc CSS: Edited CSS line-height of paragraphs and landing page.
authorJerome Pasion <jerome.pasion@digia.com>
Tue, 11 Dec 2012 15:13:28 +0000 (16:13 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 11 Dec 2012 15:27:14 +0000 (16:27 +0100)
-value copied from qt-project.org
-more room between lines of text and the list at the landing page.

Change-Id: Iee995325ded0c803feca44d112c5e73a024917bb
Reviewed-by: hjk <qthjk@ovi.com>
doc/global/template/style/offline.css
doc/global/template/style/online.css

index 3370f71..8b8a7d9 100644 (file)
@@ -8,6 +8,9 @@ margin-left:5px;
 margin-right:5px;
 }
 
+p {
+line-height: 20px;
+}
 img{
 -moz-box-shadow: 3px 3px 3px #ccc;
 -webkit-box-shadow: 3px 3px 3px #ccc;
@@ -587,7 +590,7 @@ margin-bottom: 20px;
 
 .indexboxcont .sectionlist ul li
 {
-line-height: 12px;
+line-height: 1.5;
 }
 
 .content .indexboxcont li
index 8bb66c6..f933bac 100644 (file)
@@ -8,6 +8,9 @@ margin-right:5px;
 background: none repeat scroll 0% 0% rgb(230,231,232);
 }
 
+p {
+line-height: 20px;
+}
 img{
 -moz-box-shadow: 3px 3px 3px #ccc;
 -webkit-box-shadow: 3px 3px 3px #ccc;
@@ -701,7 +704,7 @@ margin-bottom: 20px;
 
 .indexboxcont .sectionlist ul li
 {
-line-height: 12px;
+line-height: 1.5;
 }
 
 .content .indexboxcont li