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 committed by Calum Lind
parent 5e36722047
commit bbde86cfb8
1 changed files with 1 additions and 1 deletions

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;