diff --git a/includes/sys_menu.php b/includes/sys_menu.php index 7eeaa70a..5c69be39 100644 --- a/includes/sys_menu.php +++ b/includes/sys_menu.php @@ -73,46 +73,7 @@ function make_navigation_for($name, $pages) { } function make_menu() { - return make_navigation() . make_onlineusers() . make_langselect(); -} - -function make_onlineusers() { - global $privileges, $user; - $html = ''; - return $html; + return make_navigation() . make_langselect(); } function make_langselect() { diff --git a/public/css/base.css b/public/css/base.css index a427dd31..d040f612 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -19,16 +19,8 @@ article, details { float: none; } -footer { - clear: both; - display: block; +.small { font-size: 12px; - text-align: center; - width: 100%; -} - -footer p { - margin: 10px auto; } #logo { @@ -52,11 +44,6 @@ footer p { margin-left: 200px; } -.container.online .content { - max-height: 15em; - overflow: auto; -} - a { color: #000; } @@ -76,6 +63,9 @@ dd { h1, h2, h3, h4 { font-size: 16px; +} + +h1, h4 { padding: 0 4px; } @@ -96,7 +86,11 @@ nav { } #content h2 { - margin-top: 20px; + margin-top: 15px; +} + +#content h2:first-child { + margin-top: 0; } p { diff --git a/public/pic/icons/clock.png b/public/pic/icons/clock.png new file mode 100644 index 00000000..450d6b3a Binary files /dev/null and b/public/pic/icons/clock.png differ diff --git a/public/pic/icons/email.png b/public/pic/icons/email.png new file mode 100644 index 00000000..3d6d5711 Binary files /dev/null and b/public/pic/icons/email.png differ diff --git a/templates/guest_credits.html b/templates/guest_credits.html index 61446801..63b6100d 100644 --- a/templates/guest_credits.html +++ b/templates/guest_credits.html @@ -1,18 +1,8 @@ -
The original system was written by cookie. It was then completely rewritten and greatly enhanced by msquare and helios of planet cyborg and jplitza.
+ +The webspace, development platform and domain is currently provided by Would you buy this? (ichdasich).
Some icons from the famfamfam.com silk iconset have been used. They are licensed under the Creative Commons Attribution 2.5 License.
diff --git a/templates/layout.html b/templates/layout.html index f6d19c6f..b5ebce1a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -23,6 +23,14 @@