annotate structure.css @ 1641:4606baf40165

Add bibliography file to repo
author Brecht De Man <b.deman@qmul.ac.uk>
date Wed, 22 Apr 2015 10:05:11 +0100
parents
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 }