From: Andre Noll Date: Sun, 18 Aug 2013 11:47:58 +0000 (+0200) Subject: web: Add header to gitweb and API reference sites. X-Git-Tag: v0.5.0~1^2~10 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=d74c89d30199b9b13e410699c6802fb8bde82046;p=paraslash.git web: Add header to gitweb and API reference sites. This makes the layout of these two pages identical to the main pages. --- 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

+
+