view structure.css @ 113:dcb042ed9d76

Fix Bug #1241 and #1213: Added checks each time new test page is loaded that all audioObjects have decoded. Writes to browser console WAIT and does not issue any play command if any audioObjects not ready.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 25 May 2015 11:14:12 +0100
parents 955d229b8a02
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 {

}