diff --git a/public/css/dk.css b/public/css/dk.css index 297dce3..65ae3a0 100644 --- a/public/css/dk.css +++ b/public/css/dk.css @@ -31,6 +31,14 @@ main { margin-bottom: 0.5rem; } +main > section { + padding: 4px; +} + +main > section > section:not(:last-child) { + margin-bottom: 2rem; +} + main section#left { width: 180px; border-right: solid 2px black; @@ -107,7 +115,6 @@ a:hover { background-color: #eeeeee; font-weight: bold; padding: 5px; - margin: 3px; font-size: 1.2rem; font-family: 'Times New Roman', Times, serif; } diff --git a/templates/leftnav.php b/templates/leftnav.php index 4637711..4e1e540 100644 --- a/templates/leftnav.php +++ b/templates/leftnav.php @@ -16,26 +16,20 @@ $template = << - - - -
Towns
+
+
Towns
{{currenttown}} Travel To:
{{townslist}} -
+ -
- - - - -
Functions
+
+
Functions
Home
{{forumslink}} {{adminlink}} Change Password
Log Out
Help -
+ HTML;