summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 15:25:05 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 15:25:05 +0200
commitee3080a861fb4ac95a7cd6ef5f666798ed63c0ab (patch)
tree5964207dd45fc2acbebcddf89c5c785a13aa137e /www-ssl
parent9ee80208718277954a066be26e10c5be881cc50b (diff)
credit page
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;
}