annotate structure.css @ 1490:af5eaa5d66f2

Paper: title and meeting notes
author Brecht De Man <b.deman@qmul.ac.uk>
date Mon, 12 Oct 2015 11:03:57 +0100
parents 0b095f66de65
children 375410a5571d
rev   line source
djmoffat@718 1 /* structure.css
djmoffat@718 2 * Define the structure for classes and objects in HTML
djmoffat@718 3 */
djmoffat@718 4
djmoffat@718 5 div.title {
djmoffat@718 6 width = 100%;
djmoffat@718 7 height = 50px;
djmoffat@718 8 margin-bottom: 10px;
djmoffat@718 9 }
djmoffat@718 10
djmoffat@718 11 body {
djmoffat@718 12
djmoffat@718 13 }