diff web/css/dottes.css @ 598:ed823ea54c83

Add Dottes History to notes. Currently appears after notes with a gap. This is intended for longer exposition about a tune.
author Jim Hague <jim.hague@acm.org>
date Wed, 02 Nov 2016 18:36:31 +0000
parents 60da844ec261
children af814cd756e8
line wrap: on
line diff
--- a/web/css/dottes.css	Wed Nov 02 17:59:25 2016 +0000
+++ b/web/css/dottes.css	Wed Nov 02 18:36:31 2016 +0000
@@ -274,3 +274,13 @@
 div.dottes-notes-yes
 {
 }
+
+div.dottes-history-no
+{
+    display: none;
+}
+
+div.dottes-history-yes
+{
+    margin-top: 20px
+}