Added logging to WebUI (refresh browser if the font is huge so it uses the new css)

This commit is contained in:
Remy
2011-07-23 16:03:39 -07:00
parent 73710ab76e
commit 3aa178a4a6
4 changed files with 26 additions and 5 deletions

View File

@@ -99,6 +99,10 @@ h1{
font-size: 16px;
margin-left: 100px;
}
.logtext{
font-size: 14px;
padding: 4px
}
.bigtext{
font-size: 22px;
}