view webapp/StyleSheet.css @ 23:73a60617e1a7

Moved the src and classes folders to the root of the workspace; renamed the classes folder to build
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 06 Dec 2013 12:51:59 +0000
parents b6acfffd25cd
children
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;
}