diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2012-12-11 16:13:28 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-11 16:27:14 +0100 |
commit | 529110343d8067597b12a822126a2eb569295095 (patch) | |
tree | 67c19d49b7bc49b969115fe545cedcf3f3289c47 /doc | |
parent | d4d2e4b39d1162a45f372a02cce662754424d8cc (diff) | |
download | qtbase-529110343d8067597b12a822126a2eb569295095.tar.gz |
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 <qthjk@ovi.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/global/template/style/offline.css | 5 | ||||
-rw-r--r-- | 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 |