view WebContent/StyleSheet.css @ 25:0d53c4d80b73

More housekeeping: renamed the webapp folder to WebContent (so taht it becomes more Eclipse-friendly)
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 06 Dec 2013 15:52:30 +0000
parents webapp/StyleSheet.css@b6acfffd25cd
children 3b092b89c92e
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;
}