summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl')
-rw-r--r--www-ssl/credits.php18
-rw-r--r--www-ssl/css/base.css10
2 files changed, 27 insertions, 1 deletions
diff --git a/www-ssl/credits.php b/www-ssl/credits.php
new file mode 100644
index 00000000..bbfa747d
--- /dev/null
+++ b/www-ssl/credits.php
@@ -0,0 +1,18 @@
+<?php
+require_once ('bootstrap.php');
+
+$title = "Credits";
+$header = "Credits";
+include "includes/header.php";
+?>
+<h1>The angelsystem has been (re)done by:</h1>
+<ul>
+ <li>?</li>
+ <li>helios</li>
+ <li>msquare</li>
+</ul>
+<?php
+
+
+include "includes/footer.php";
+?>
diff --git a/www-ssl/css/base.css b/www-ssl/css/base.css
index 0fe3e5a9..d87fc2f9 100644
--- a/www-ssl/css/base.css
+++ b/www-ssl/css/base.css
@@ -37,6 +37,14 @@ td, dt, dd {
padding: 4px;
}
-.menu ul {
+dt {
+ font-weight: bold;
+}
+
+h4 {
+ padding: 0 4px;
+}
+
+ul {
margin: 0 0 0 20px;
}