From 85e77b3e171f860220e691b9cdb85253d5451255 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Thu, 29 Nov 2012 16:31:22 +0100 Subject: Doc: Modified CSS according to a graphic designer's recommendations. -Landing page in qtdoc uses the CSS classes. Change-Id: I05efae40d4d6d1802585c129a0a12b2af7eee5e7 Reviewed-by: Lars Knoll --- doc/global/template/style/offline.css | 33 +++++++++++++++++++++++++++++++++ doc/global/template/style/online.css | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) (limited to 'doc') diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index 092f780589..86d44757fa 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -689,3 +689,36 @@ height: 0; clear: both; visibility: hidden; } + +/* +----------- +Landing page +----------- +*/ +.col-group { + white-space: nowrap; + vertical-align: top; +} + +.col-1 { + display: inline-block; + white-space: normal; + width: 70%; + height: 100%; + float: left; +} + +.col-1 h1 { + margin: 20px 0 0 0; +} + +.col-2 { + display: inline-block; + white-space: normal; + width: 25%; + margin: 0 0 0 50px; +} + +.sectionlist { + width: 100% !important; +} diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index 1821d3bbae..828d6b602e 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -736,3 +736,36 @@ height: 0; clear: both; visibility: hidden; } + +/* +----------- +Landing page +----------- +*/ +.col-group { + white-space: nowrap; + vertical-align: top; +} + +.col-1 { + display: inline-block; + white-space: normal; + width: 70%; + height: 100%; + float: left; +} + +.col-1 h1 { + margin: 20px 0 0 0; +} + +.col-2 { + display: inline-block; + white-space: normal; + width: 25%; + margin: 0 0 0 50px; +} + +.sectionlist { + width: 100% !important; +} -- cgit v1.2.3