From 091a76fe60becbea77d757e602248c18c38ea9f1 Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Wed, 15 Jun 2011 10:26:16 -0400 Subject: [PATCH] added sans-serif font styling to whole page, in line with other controls --- web_assets/overviewer.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web_assets/overviewer.css b/web_assets/overviewer.css index dbb3830..f4bdd98 100644 --- a/web_assets/overviewer.css +++ b/web_assets/overviewer.css @@ -7,6 +7,10 @@ body { margin: 0px; padding: 0px; background-color: #000; + + font-family: Arial, sans-serif; + font-size: 12px; + line-height: 160%; } #mcmap {