diff WebContent/StyleSheet.css @ 32:0c66cff0d1cc

The page is now generated using a simple form (using GET), and each time the page is generated a player is generated as well; small CSS changes.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 10 Dec 2013 17:39:27 +0000
parents 3b092b89c92e
children b31c64b316c5
line wrap: on
line diff
--- a/WebContent/StyleSheet.css	Tue Dec 10 17:38:43 2013 +0000
+++ b/WebContent/StyleSheet.css	Tue Dec 10 17:39:27 2013 +0000
@@ -1,19 +1,23 @@
-body
-{
+body {
 	font-size: 11pt;
 	font-family: Arial;
 	background-color: whitesmoke;
 }
-LABEL
-{
+
+label {
 	font-size: 12pt;
 	font-family: Arial;
 }
-H1
-{
+
+h1 {
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 22pt;
 	color: black;
 }
 
+.description {
+    font-size: small;
+    font-style: italic;
+}
+