summaryrefslogtreecommitdiff
path: root/dash/css/dash.css
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-03-07 17:49:35 -0500
committerCarson Fleming <cflems@cflems.net>2017-03-07 17:49:35 -0500
commit7c22c8b54fa09348ce3a8077dd49384c917d6db0 (patch)
tree8a3ab210d7787f034cebacc42a5bf134a926e46f /dash/css/dash.css
parent4132092529e478435c2c358203b291cd7b4c579c (diff)
downloadbulletin-7c22c8b54fa09348ce3a8077dd49384c917d6db0.tar.gz
Tweaked menu, added incentive for Reed to write help page
Diffstat (limited to 'dash/css/dash.css')
-rw-r--r--dash/css/dash.css22
1 files changed, 22 insertions, 0 deletions
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%;
+}