From ef8ce251e156c26f4fd17f29a7d496695b31bbb8 Mon Sep 17 00:00:00 2001 From: Matt Lee <mattl@gnu.org> Date: Wed, 8 Sep 2010 15:15:40 +0000 Subject: [PATCH] updated --- screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screen.css b/screen.css index d0dae3c8..577b9595 100644 --- a/screen.css +++ b/screen.css @@ -2,9 +2,9 @@ html,body{margin: 0 !important; padding: 0 !important;} - html { background-color: #ccc; } + html { background-color: #ececec; } - #doc2 { background-color: white; } + #doc2 { background-color: white; padding: 14px; } a:link{color: blue;} a:hover{color: red;} -- 2.25.1