comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 1641:4606baf40165
1 /* structure.css
2 * Define the structure for classes and objects in HTML
3 */
4
5 div.title {
6 width = 100%;
7 height = 50px;
8 margin-bottom: 10px;
9 }
10
11 body {
12
13 }