Also set background color via CSS.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6397 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2002-06-12 11:28:27 +00:00
parent 72a26d4e0d
commit 75ea8e4ed7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
body {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
background : white;
}