« get me outta code hell

chronology buttons - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/site.css
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2020-04-15 16:57:29 -0300
committerFlorrie <towerofnix@gmail.com>2020-04-15 16:57:29 -0300
commitc2fc55c8644f8ab494c98eb1d413a34a257a8713 (patch)
tree273ab3d1accec66b20cc905033cc7b7292a3ff56 /site.css
parentd3c6ae4fa228d2ef9c8830a8a52c4a4cd4b1abe5 (diff)
chronology buttons
Diffstat (limited to 'site.css')
-rw-r--r--site.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/site.css b/site.css
index 69c580d..4c993eb 100644
--- a/site.css
+++ b/site.css
@@ -69,7 +69,11 @@ a:hover {
 
 #sidebar p {
     text-align: center;
-    margin: 0;
+    margin: 0.5em 0;
+}
+
+#sidebar p:last-child {
+    margin-bottom: 0;
 }
 
 #sidebar hr {