From: Andre Noll Date: Sat, 6 Nov 2021 20:28:10 +0000 (+0100) Subject: web: Move navigation into top level table. X-Git-Tag: v0.7.0~1^2~4 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=98aba837bb785fae3647a8c3f6b7fde7ad552720;p=paraslash.git web: Move navigation into top level table. Now the pages no longer look as if they were made in the nineties. More like 2001 :) --- diff --git a/web/footer.html b/web/footer.html index 38572c94..cceeff1a 100644 --- a/web/footer.html +++ b/web/footer.html @@ -1,5 +1,3 @@
- - diff --git a/web/header.html b/web/header.html index 54acf0e9..1e102a6b 100644 --- a/web/header.html +++ b/web/header.html @@ -10,22 +10,23 @@ - - + +
+ paraslash -

Paraslash Audio Streaming

+ Paraslash Audio Streaming
-
- About
- News
- Download
- Documentation
- Development
-
+ About  +  News  +  Download  +  Documentation  +  Development +
+
diff --git a/web/header2.html b/web/header2.html index b7534c32..29ec02d4 100644 --- a/web/header2.html +++ b/web/header2.html @@ -10,25 +10,23 @@ - - + +
+ paraslash -

Paraslash Audio Streaming

+ Paraslash Audio Streaming
-
- About
- News
- Download
- Documentation
- Development
-
-

API Reference

-
- + About  +  News  +  Download  +  Documentation  +  Development +
+
diff --git a/web/para.css b/web/para.css index 7bdf68ac..2a39ad96 100644 --- a/web/para.css +++ b/web/para.css @@ -24,6 +24,12 @@ td { vertical-align: top; } +span.slogan { + font-size: 200%; + font-weight: bold; + color: #ddd; +} + a { color: #cc3322; }