comparison web/css/dottes.css @ 326:27f29e8aafea

Add --contains flag to abcfield.py. Currently we rely on any N: field with a Change: subnotice being the first N: field. Add --contains field to abcfield.py to remove this restriction. Also use it to extract new subfield Credit: and add that if present to the tune information in print and on web.
author Jim Hague <jim.hague@acm.org>
date Sun, 04 Aug 2013 22:09:25 +0100
parents cbe9c10b5a3e
children b233893b4c51
comparison
equal deleted inserted replaced
325:21615733c3f3 326:27f29e8aafea
242 } 242 }
243 243
244 div.dottes-change-link 244 div.dottes-change-link
245 { 245 {
246 } 246 }
247
248 div.dottes-credit-no
249 {
250 display: none;
251 }
252
253 div.dottes-credit-yes
254 {
255 }