diff Perceptual Evaluation/webaudioevaluationtool/structure.css @ 0:55c282f01a30 tip

Adding files to Repo. Initial Commit
author Dave <d.j.moffat@qmul.ac.uk>
date Fri, 16 Oct 2015 18:04:00 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Perceptual Evaluation/webaudioevaluationtool/structure.css	Fri Oct 16 18:04:00 2015 +0100
@@ -0,0 +1,13 @@
+/* structure.css
+ * Define the structure for classes and objects in HTML
+ */
+
+div.title {
+	width = 100%;
+	height = 50px;
+	margin-bottom: 10px;
+}
+
+body {
+
+}