0

added sans-serif font styling to whole page, in line with other controls

This commit is contained in:
Aaron Griffith
2011-06-15 10:26:16 -04:00
parent 0bb484bdf7
commit 091a76fe60

View File

@@ -7,6 +7,10 @@ body {
margin: 0px;
padding: 0px;
background-color: #000;
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 160%;
}
#mcmap {