Added size span class set into data.js file

This commit is contained in:
Jeff Hobbs
2012-06-25 08:51:57 -04:00
parent 07ae9b94b6
commit 760251391c
2 changed files with 36 additions and 24 deletions

View File

@@ -92,6 +92,18 @@ body {
font-size: 1.4em;
}
.small {
font-size: 0.6em;
}
.medium {
font-size: 0.8em;
}
.large {
font-size: 1.0em;
}
.win {
color: #ffffff !important;
background-color: red;