From 8488af78b311065ed25f03a0812b2de77aa9a9b4 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 17 Oct 2007 20:35:13 +0000 Subject: - Added patch from zirias for background color settings. See http://www.vdr-portal.de/board/thread.php?postid=659497#post659497 --- css/styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index 0043e22..f7774dc 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3,6 +3,11 @@ ###################### */ +html, body { + color: black; + background-color: white; +} + body { margin: 0px; padding: 0px; @@ -929,6 +934,11 @@ div.screenshot { margin-right: 20px; } +div.screenshot img { + width: 320px; + height: 240px; +} + /* ############################## # Error widget -- cgit v1.2.3