From e7749755f4f432cdccc9d9ef995dd03842e1f54e Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 31 Jan 2011 21:31:12 +0000 Subject: [PATCH] updated background color --- screen.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/screen.css b/screen.css index 0f0478e7..36ad140e 100644 --- a/screen.css +++ b/screen.css @@ -6,16 +6,7 @@ #doc2 { min-height: 900px; } - #doc2 { background-color: white; padding: 0 14px; border-left: 2px solid #ccc; border-right: 1px solid #ccc; - --moz-background-clip:border; --moz-background-inline-policy:continuous; --moz-background-origin:padding; --moz-box-shadow:0 0 6px #999999; - - - - } + #doc4 { background-color: white; border-left: 2px solid #ccc; border-right: 1px solid #ccc; } a:link{color: blue;} a:hover{color: red;} @@ -133,4 +124,4 @@ form p { font-size: 14px; } input { font-size: 18px; } -h3 { text-align: center; } \ No newline at end of file +h3 { text-align: center; font-size: 24px; } \ No newline at end of file -- 2.25.1