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:
parent
5e36722047
commit
bbde86cfb8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue