Mercurial > hg > human-echolocation-java-webapp
annotate 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 |
rev | line source |
---|---|
luis@0 | 1 body |
luis@0 | 2 { |
luis@0 | 3 font-size: 11pt; |
luis@0 | 4 font-family: Arial; |
luis@0 | 5 background-color: whitesmoke; |
luis@0 | 6 } |
luis@0 | 7 LABEL |
luis@0 | 8 { |
luis@0 | 9 font-size: 12pt; |
luis@0 | 10 font-family: Arial; |
luis@0 | 11 } |
luis@0 | 12 H1 |
luis@0 | 13 { |
luis@0 | 14 font-family: Arial; |
luis@0 | 15 font-weight: bold; |
luis@0 | 16 font-size: 22pt; |
luis@0 | 17 color: black; |
luis@0 | 18 } |