Mercurial > hg > webaudioevaluationtool
annotate structure.css @ 1410:c0098cee84f2
Buffers loaded into a pool and picked when needed.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 07 Dec 2015 18:26:12 +0000 |
parents | 3b9f0bc523d6 |
children | 375410a5571d |
rev | line source |
---|---|
nickjillings@1404 | 1 /* structure.css |
nickjillings@1404 | 2 * Define the structure for classes and objects in HTML |
nickjillings@1404 | 3 */ |
nickjillings@1404 | 4 |
nickjillings@1404 | 5 div.title { |
nickjillings@1404 | 6 width = 100%; |
nickjillings@1404 | 7 height = 50px; |
nickjillings@1404 | 8 margin-bottom: 10px; |
nickjillings@1404 | 9 } |
nickjillings@1404 | 10 |
nickjillings@1404 | 11 body { |
nickjillings@1404 | 12 |
nickjillings@1404 | 13 } |