annotate structure.css @ 1973:9a77192620ad

Edit to project Spec Doc
author Dave Moffat <me@davemoffat.com>
date Thu, 09 Apr 2015 16:30:08 +0100
parents 422a31f65e70
children 375410a5571d
rev   line source
me@1972 1 /* structure.css
me@1972 2 * Define the structure for classes and objects in HTML
me@1972 3 */
me@1972 4
me@1972 5 div.title {
me@1972 6 width = 100%;
me@1972 7 height = 50px;
me@1972 8 margin-bottom: 10px;
me@1972 9 }
me@1972 10
me@1972 11 body {
me@1972 12
me@1972 13 }