[gtk/ebassi/for-master] Fix the landing page structure




commit aaffd902fd49100ce03d9d3af637397e89cb2609
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Mar 19 14:36:34 2021 +0000

    Fix the landing page structure

 .gitlab-ci/pages/index.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci/pages/index.html b/.gitlab-ci/pages/index.html
index 59f084cab1..c47f00b7b1 100644
--- a/.gitlab-ci/pages/index.html
+++ b/.gitlab-ci/pages/index.html
@@ -33,7 +33,11 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 
 <body>
   <div id="body-wrapper" tabindex="-1">
-    <section>
+    <section id="main" class="content">
+      <header>
+        <h1>GTK Documentation</h1>
+      </header>
+
       <div class="toggle-wrapper">
         <h4 id="core-libraries" style="display:flex;">
           Core libraries
@@ -67,16 +71,14 @@ SPDX-License-Identifier: LGPL-2.1-or-later
           <p><a href="https://developer.gnome.org/gio/"; class="external">GIO API reference</a></p>
         </div>
       </div>
-    </section>
 
-    <section>
       <div class="toggle-wrapper">
         <h4 id="user-interface">
           User interface
           <a href="#user-interface" class="anchor"></a>
         </h4>
 
-        <div class="cairo">
+        <div class="docblock">
           <h5 id="cairo">Cairo</h5>
           <p>Cairo is a 2D graphics library with support for multiple output
           devices. It is designed to produce consistent, high quality output


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]