From 7c22c8b54fa09348ce3a8077dd49384c917d6db0 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 7 Mar 2017 17:49:35 -0500 Subject: Tweaked menu, added incentive for Reed to write help page --- dash/css/dash.css | 22 ++++++++++++++++++++++ dash/header.php | 3 +++ dash/help.php | 17 +++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 dash/help.php diff --git a/dash/css/dash.css b/dash/css/dash.css index 02fed66..3e79901 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -313,3 +313,25 @@ h3 a:hover, h4 a:hover { margin: 0; text-align: center; } +.box { + width: 550px; + margin: 2em auto; + border-radius: 5px; + background-color: #ffffff; + box-shadow: 0px 0px 5px rgba(0,0,0,0.75); + padding: 1em; +} +.cbox { + text-align: center; +} +.box h1, .box h3, .box h4, .box p { + margin: 0.125em auto; +} +.box .hr { + height: 1px; + background-color: #eeeeee; + margin: 0.75em auto; +} +.cbox .hr { + width: 90%; +} diff --git a/dash/header.php b/dash/header.php index 47b8aed..145180f 100644 --- a/dash/header.php +++ b/dash/header.php @@ -40,6 +40,9 @@ foreach ($navtitles as $k => $title) {  ▾