summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-11-29 16:31:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 00:49:49 +0100
commit85e77b3e171f860220e691b9cdb85253d5451255 (patch)
tree2e5cc6c0be6563e78d3550f879cdd650ecb53bc1 /doc
parent17a33db3995730ca6fb293ec7fd85cfcb0e2ee10 (diff)
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 <lars.knoll@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/template/style/offline.css33
-rw-r--r--doc/global/template/style/online.css33
2 files changed, 66 insertions, 0 deletions
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;
+}