annotate structure.css @ 1491:5fd7e8f4313f

Add interfaces section to WAC paper
author Dave <djmoffat@users.noreply.github.com>
date Mon, 12 Oct 2015 12:22:42 +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 }