web: fix font in loaded html

When dynamically loading the content panels in the details panel they
would sometimes look quite bad since the only font they have been
told to use is verdana. Fix this why using the same as extjs.
This commit is contained in:
Damien Churchill 2012-01-06 15:06:21 +00:00
parent e4eda24e8f
commit d4834bc6c7

View file

@ -1,5 +1,5 @@
html, body {
font: normal 0.8em verdana;
font: normal 11px arial, tahoma, helvetica, sans-serif;
margin: 0;
padding: 0;
border: 0 none;