summaryrefslogtreecommitdiffstats
path: root/doc/global/template/style/offline.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/global/template/style/offline.css')
-rw-r--r--doc/global/template/style/offline.css33
1 files changed, 33 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;
+}