annotate structure.css @ 1677:57815e764542

Merge and updated bib.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 22 Apr 2015 11:00:58 +0100
parents 4606baf40165
children 375410a5571d
rev   line source
b@1641 1 /* structure.css
b@1641 2 * Define the structure for classes and objects in HTML
b@1641 3 */
b@1641 4
b@1641 5 div.title {
b@1641 6 width = 100%;
b@1641 7 height = 50px;
b@1641 8 margin-bottom: 10px;
b@1641 9 }
b@1641 10
b@1641 11 body {
b@1641 12
b@1641 13 }