comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:b6acfffd25cd
1 body
2 {
3 font-size: 11pt;
4 font-family: Arial;
5 background-color: whitesmoke;
6 }
7 LABEL
8 {
9 font-size: 12pt;
10 font-family: Arial;
11 }
12 H1
13 {
14 font-family: Arial;
15 font-weight: bold;
16 font-size: 22pt;
17 color: black;
18 }