annotate structure.css @ 1121:595511282fa7

Removed Schema document and xmllint for validation. Schema not possible for <survey> ordering of any element any order any number type.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 29 Dec 2015 11:39:46 +0000
parents 3edcbbea168b
children 375410a5571d
rev   line source
n@1118 1 /* structure.css
n@1118 2 * Define the structure for classes and objects in HTML
n@1118 3 */
n@1118 4
n@1118 5 div.title {
n@1118 6 width = 100%;
n@1118 7 height = 50px;
n@1118 8 margin-bottom: 10px;
n@1118 9 }
n@1118 10
n@1118 11 body {
n@1118 12
n@1118 13 }