Mercurial > dottes
comparison web/css/dottes.css @ 229:1e4443d58177
Modify Change tune handling.
Change all change notes to reference the filename of the tune to change to.
Modify web and document generators to pull the change note out of the abc
and generate an appropiate bit of content. This is now, in both cases,
a hyperlink.
In the process, remove the tune-specific .tex facility. It wasn't being
used.
I could really do with a proper templating system, and using some sort
of templating in the LaTeX generation.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sat, 23 Feb 2013 13:10:58 +0000 |
parents | 129f92df03b5 |
children | cbe9c10b5a3e |
comparison
equal
deleted
inserted
replaced
228:129f92df03b5 | 229:1e4443d58177 |
---|---|
178 div.dottes-tune-list-item-image | 178 div.dottes-tune-list-item-image |
179 { | 179 { |
180 display: table-cell; | 180 display: table-cell; |
181 vertical-align: middle; | 181 vertical-align: middle; |
182 } | 182 } |
183 | |
184 div.dottes-change-no | |
185 { | |
186 display: none; | |
187 } | |
188 | |
189 div.dottes-change-yes | |
190 { | |
191 display: block; | |
192 margin: 10px; | |
193 } | |
194 | |
195 div.dottes-change-link | |
196 { | |
197 } |