view structure.css @ 1552:fbd8b526c97d

PythonServer now supports pseudorandom page setup using preconfigured XML files. Set the PSEUDO_PATH in the python file, it will cycle through all .xml files in there. Index based off file save number. Set the .html url to /pseudo.xml to trigger
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Sun, 28 Jun 2015 10:33:47 +0100
parents db0823f2210d
children 375410a5571d
line wrap: on
line source
/* structure.css
 * Define the structure for classes and objects in HTML
 */

div.title {
	width = 100%;
	height = 50px;
	margin-bottom: 10px;
}

body {

}