annotate structure.css @ 1476:7f1932264b01

test_create: Exports to XML with instructions.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Thu, 03 Dec 2015 16:58:56 +0000
parents bc074d4ee760
children 375410a5571d
rev   line source
nickjillings@1450 1 /* structure.css
nickjillings@1450 2 * Define the structure for classes and objects in HTML
nickjillings@1450 3 */
nickjillings@1450 4
nickjillings@1450 5 div.title {
nickjillings@1450 6 width = 100%;
nickjillings@1450 7 height = 50px;
nickjillings@1450 8 margin-bottom: 10px;
nickjillings@1450 9 }
nickjillings@1450 10
nickjillings@1450 11 body {
nickjillings@1450 12
nickjillings@1450 13 }