annotate structure.css @ 1965:c6b94c7dcade

Paper: Now with images - minor edits
author Brecht De Man <b.deman@qmul.ac.uk>
date Thu, 15 Oct 2015 20:46:17 +0100
parents 82f43919f385
children 375410a5571d
rev   line source
b@1478 1 /* structure.css
b@1478 2 * Define the structure for classes and objects in HTML
b@1478 3 */
b@1478 4
b@1478 5 div.title {
b@1478 6 width = 100%;
b@1478 7 height = 50px;
b@1478 8 margin-bottom: 10px;
b@1478 9 }
b@1478 10
b@1478 11 body {
b@1478 12
b@1478 13 }