annotate structure.css @ 1169:018539fa16c5

Bug #1395: Test timer is reset on each new test page.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 02 Feb 2016 11:03:01 +0000
parents c44fbf72f7f2
children 375410a5571d
rev   line source
n@1116 1 /* structure.css
n@1116 2 * Define the structure for classes and objects in HTML
n@1116 3 */
n@1116 4
n@1116 5 div.title {
n@1116 6 width = 100%;
n@1116 7 height = 50px;
n@1116 8 margin-bottom: 10px;
n@1116 9 }
n@1116 10
n@1116 11 body {
n@1116 12
n@1116 13 }