From e889bfadc6e35c2ab63be230c3ef2f9c81092c91 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 27 Feb 2013 19:38:15 +0400 Subject: [PATCH] minor edits... Signed-off-by: Alex A. Naanou --- templates.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates.html b/templates.html index 67ccba2..4e859cd 100755 --- a/templates.html +++ b/templates.html @@ -14,6 +14,9 @@ min-height: 300px; margin: 25px; overflow: auto; + background: white; + box-shadow: 5px 5px 200px 0px silver; + padding: 10px; } .container .page { @@ -44,7 +47,7 @@ margin: 10px; border: solid 1px silver; overflow: hidden; - background: silver; + background: white; box-shadow: 5px 5px 200px 30px gray inset; }