comparison structure.css @ 2:955d229b8a02

function loadProjectSpec will parse XML project specification and build interface. Still needs full work. Interface is loaded in ape.js
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Sun, 08 Mar 2015 18:58:06 +0000
parents d7d1aa6d3558
children 375410a5571d
comparison
equal deleted inserted replaced
1:d7d1aa6d3558 2:955d229b8a02
1 /* structure.css 1 /* structure.css
2 * Define the structure for classes and objects in HTML 2 * Define the structure for classes and objects in HTML
3 */ 3 */
4 4
5 div.title {
6 width = 100%;
7 height = 50px;
8 margin-bottom: 10px;
9 }
10
5 body { 11 body {
6 12
7 } 13 }