diff webapp/StyleSheet.css @ 0:b6acfffd25cd

Initial commit of code. Not in a working state yet. This code is based on the JavaEndToEnd example described on Mathwork's MATLAB Application Deplyment (Web Example Guide for R2013b) - see this project's documentation for more details.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 27 Nov 2013 11:10:43 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/webapp/StyleSheet.css	Wed Nov 27 11:10:43 2013 +0000
@@ -0,0 +1,18 @@
+body
+{
+	font-size: 11pt;
+	font-family: Arial;
+	background-color: whitesmoke;
+}
+LABEL
+{
+	font-size: 12pt;
+	font-family: Arial;
+}
+H1
+{
+	font-family: Arial;
+	font-weight: bold;
+	font-size: 22pt;
+	color: black;
+}