comparison structure.css @ 1683:c97a35dc45e5

function loadProjectSpec will parse XML project specification and build interface. Still needs full work. Interface is loaded in ape.js
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Sun, 08 Mar 2015 18:58:06 +0000
parents e1f00361326d
children 375410a5571d
comparison
equal deleted inserted replaced
1682:e1f00361326d 1683:c97a35dc45e5
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 }