diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2004-11-10 11:36:51 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2004-11-10 11:36:51 +0000 |
| commit | 2024e193ea61e8e70ffaf607f2b8644c8e6e6e05 (patch) | |
| tree | 7a197442509d13e9ce2c81c9105ec2269b591c45 | |
| parent | 00321de59c3f002cdc0a14df8c08c3ef98a68d76 (diff) | |
| download | rockbox-2024e193ea61e8e70ffaf607f2b8644c8e6e6e05.zip rockbox-2024e193ea61e8e70ffaf607f2b8644c8e6e6e05.tar.gz rockbox-2024e193ea61e8e70ffaf607f2b8644c8e6e6e05.tar.bz2 rockbox-2024e193ea61e8e70ffaf607f2b8644c8e6e6e05.tar.xz | |
Set style for 'html' too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5394 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/style.css b/www/style.css index 225be8d..cd8a09a 100644 --- a/www/style.css +++ b/www/style.css @@ -1,4 +1,4 @@ -BODY { +BODY, HTML { background-color: #b6c6e5; color: black; margin: 0px; |