annotate structure.css @ 1946:1d08f8aee098

Merge WAC paper
author Dave Moffat <me@davemoffat.com>
date Thu, 24 Sep 2015 09:52:08 +0100
parents 4988c805ff9e
children 375410a5571d
rev   line source
me@1942 1 /* structure.css
me@1942 2 * Define the structure for classes and objects in HTML
me@1942 3 */
me@1942 4
me@1942 5 div.title {
me@1942 6 width = 100%;
me@1942 7 height = 50px;
me@1942 8 margin-bottom: 10px;
me@1942 9 }
me@1942 10
me@1942 11 body {
me@1942 12
me@1942 13 }