Mercurial > code > home > repos > light9
changeset 1495:243afbd7a117
tighter ui
Ignore-this: 7318243eb22e7cf19d6464610bd5a67f
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Jun 2016 22:10:35 +0000 |
parents | ea9e8f581eea |
children | 9279c85de972 |
files | light9/web/timeline/timeline-elements.html light9/web/timeline/timeline.coffee |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/web/timeline/timeline-elements.html Mon Jun 13 21:00:02 2016 +0000 +++ b/light9/web/timeline/timeline-elements.html Mon Jun 13 22:10:35 2016 +0000 @@ -324,7 +324,7 @@ <tr><th>colorScale:</th><td> <!-- this could share with live/index.html's light9-live-control, but that one is currently junky --> - <span><input type="color" value="{{colorScale::input}}"> [[colorScale]]</span> + <span><input type="color" value="{{colorScale::input}}"></span> </td></tr> </table> </div>