From d74c89d30199b9b13e410699c6802fb8bde82046 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 18 Aug 2013 13:47:58 +0200 Subject: [PATCH] web: Add header to gitweb and API reference sites. This makes the layout of these two pages identical to the main pages. --- server.c | 5 +---- web/gitweb.css | 6 ++++++ web/gitweb_header.html.in | 2 ++ web/header2.html | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/server.c b/server.c index f26abef5..36af088e 100644 --- a/server.c +++ b/server.c @@ -8,10 +8,7 @@ /** - * \mainpage Paraslash API Reference - * - * Starting points for getting an overview: - * + * \mainpage Starting points for getting an overview: * * - The main programs: \ref server.c, \ref audiod.c, \ref client.c, * \ref audioc.c, \ref afh.c, \ref play.c, diff --git a/web/gitweb.css b/web/gitweb.css index a4f5e835..760028c4 100644 --- a/web/gitweb.css +++ b/web/gitweb.css @@ -14,6 +14,12 @@ a:hover { background-color: #ffff00; } +hr { + height: 1px; + border: none; + border-top: 1px solid yellow; +} + span.cntrl { border: dashed #aaaaaa; border-width: 1px; diff --git a/web/gitweb_header.html.in b/web/gitweb_header.html.in index 1a831d18..b7346b73 100644 --- a/web/gitweb_header.html.in +++ b/web/gitweb_header.html.in @@ -23,3 +23,5 @@ Credits
+

Changes

+
diff --git a/web/header2.html b/web/header2.html index 5225d2a1..1acd955d 100644 --- a/web/header2.html +++ b/web/header2.html @@ -33,3 +33,6 @@ Credits
+

API Reference

+
+ -- 2.39.2