From 529110343d8067597b12a822126a2eb569295095 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Tue, 11 Dec 2012 16:13:28 +0100 Subject: Doc CSS: Edited CSS line-height of paragraphs and landing page. -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 --- doc/global/template/style/offline.css | 5 ++++- doc/global/template/style/online.css | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index 3370f7142c..8b8a7d9ae1 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -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 diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index 8bb66c6330..f933bac5eb 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -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 -- cgit v1.2.3