annotate structure.css @ 874:2ecb68305877

SMC Paper: Tidying up of margins, added output example (just one audioElement). Updated the options list (compacted some to make room). Removed redundant paragraph. Now under 6 pages.
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Fri, 19 Jun 2015 10:40:37 +0100
parents 11e6243fafa9
children 375410a5571d
rev   line source
BrechtDeMan@873 1 /* structure.css
BrechtDeMan@873 2 * Define the structure for classes and objects in HTML
BrechtDeMan@873 3 */
BrechtDeMan@873 4
BrechtDeMan@873 5 div.title {
BrechtDeMan@873 6 width = 100%;
BrechtDeMan@873 7 height = 50px;
BrechtDeMan@873 8 margin-bottom: 10px;
BrechtDeMan@873 9 }
BrechtDeMan@873 10
BrechtDeMan@873 11 body {
BrechtDeMan@873 12
BrechtDeMan@873 13 }