annotate structure.css @ 1484:fdf8a9e9fbe6

Paper: added ideas for in-the-browser visualisation, diagnostics and analysis
author Brecht De Man <b.deman@qmul.ac.uk>
date Wed, 23 Sep 2015 14:42:02 +0200
parents 8be2d08fbe15
children 375410a5571d
rev   line source
b@1481 1 /* structure.css
b@1481 2 * Define the structure for classes and objects in HTML
b@1481 3 */
b@1481 4
b@1481 5 div.title {
b@1481 6 width = 100%;
b@1481 7 height = 50px;
b@1481 8 margin-bottom: 10px;
b@1481 9 }
b@1481 10
b@1481 11 body {
b@1481 12
b@1481 13 }