view WebContent/StyleSheet.css @ 35:b32c3bd9eb89

removed the javabuilder jar (not necessary - should be copied either from the MCR or the MATLAB folder; removed some dependency checking from the build file; added some instructions file.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 10 Dec 2013 22:05:19 +0000
parents 0c66cff0d1cc
children b31c64b316c5
line wrap: on
line source
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;
}

.description {
    font-size: small;
    font-style: italic;
}