mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
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
e4eda24e8f
commit
d4834bc6c7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue