From 8021193fb695e78aad07a74fae1e5b7633364783 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 31 Jan 2011 21:33:21 +0000 Subject: [PATCH] fixed homepage --- screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen.css b/screen.css index 36ad140e..e2b4580a 100644 --- a/screen.css +++ b/screen.css @@ -6,7 +6,7 @@ #doc2 { min-height: 900px; } - #doc4 { background-color: white; border-left: 2px solid #ccc; border-right: 1px solid #ccc; } + #doc4 { background-color: white; border-left: 2px solid #ccc; border-right: 1px solid #ccc; padding: 10px; } a:link{color: blue;} a:hover{color: red;} -- 2.25.1