Mercurial > hg > webaudioevaluationtool
annotate structure.css @ 1460:1b81ab727352
Urgent Fix. Drag End function uses clientX mouse. Fixes rogue movement after drop on OSX.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 23 Nov 2015 15:48:07 +0000 |
parents | 04e8a9c07c7e |
children | 375410a5571d |
rev | line source |
---|---|
nickjillings@1453 | 1 /* structure.css |
nickjillings@1453 | 2 * Define the structure for classes and objects in HTML |
nickjillings@1453 | 3 */ |
nickjillings@1453 | 4 |
nickjillings@1453 | 5 div.title { |
nickjillings@1453 | 6 width = 100%; |
nickjillings@1453 | 7 height = 50px; |
nickjillings@1453 | 8 margin-bottom: 10px; |
nickjillings@1453 | 9 } |
nickjillings@1453 | 10 |
nickjillings@1453 | 11 body { |
nickjillings@1453 | 12 |
nickjillings@1453 | 13 } |