summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets')
-rw-r--r--public/assets/stylesheets/staff.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css
index fffadbf..d93e46e 100644
--- a/public/assets/stylesheets/staff.css
+++ b/public/assets/stylesheets/staff.css
@@ -30,6 +30,15 @@ nav {
nav a {
margin-left: 10px;
}
+nav.subnav {
+ background: white;
+ padding: 10px;
+ font-weight: 200;
+ font-size: 12px;
+}
+.alphabet a {
+ margin-left: 5px;
+}
hr {
border: 1px solid #bbb;
margin: 10px auto 10px;
@@ -62,8 +71,13 @@ hr {
user-select: none;
}
.staff {
+ background: white;
font-size: 15px;
}
+.staff hr {
+ border: 1px solid black;
+ border-top: 0;
+}
.staff .body a {
border-bottom: 1px dotted;
}