From 7c609066e9ec1dc2876818a84453c2988fa24cd1 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Wed, 28 Apr 2021 15:11:31 +0200 Subject: Improve Xfce Developer Center (developer.xfce.org) --- apidocs/index.html | 46 ++++++++++++++++++++++++++++++++++++---------- apidocs/style.css | 11 ++++++++++- 2 files changed, 46 insertions(+), 11 deletions(-) diff --git a/apidocs/index.html b/apidocs/index.html index 5e9230d..2f3a509 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -1,19 +1,45 @@ Xfce API Documentation + + + + -
-

Xfce API Documentation

+
+
+ +
+ +
+
+

Xfce Developer Center

+

Building and contributing to Xfce

-
libxfce4util
-
xfconf
-
libxfce4ui
-
exo
-
garcon
-
xfce4-panel
-
thunar
+
Building Xfce
+
How to contribute
+
+

API Documentation

+
+
libxfce4util
+
xfconf
+
libxfce4ui
+
exo
+
garcon
+
xfce4-panel
+
thunar
- \ No newline at end of file + diff --git a/apidocs/style.css b/apidocs/style.css index b4a1493..a4cc591 100644 --- a/apidocs/style.css +++ b/apidocs/style.css @@ -1,3 +1,12 @@ +#xfce-header +{ + position: fixed; + top: 0; + left: 0; + width: 100%; + padding: 0; +} + body { font-family: cantarell, sans-serif; @@ -374,7 +383,7 @@ acronym,abbr border-spacing: 5px; margin-top: 0; margin-bottom: 0; - top: 0; + top: 35; left: 0; z-index: 10; } -- cgit v1.2.1