From 5b3d83fdf32cbf23ba23ab0bd2200eb8e33be28c Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 24 Dec 2012 11:47:24 +0530 Subject: [PATCH] updates to website css & better help for doctype --- website/css/website.css | 5 ++++- website/templates/css/login.css | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/css/website.css b/website/css/website.css index 86f0414bbf..112d29c456 100644 --- a/website/css/website.css +++ b/website/css/website.css @@ -6,7 +6,9 @@ div#body_div { padding: 0px; min-height: 400px; margin: 40px auto; - box-shadow: 1px 1px 3px 3px #ccc; + box-shadow: 1px 1px 3px 3px #bbb; + border-radius: 5px; + overflow: hidden; } .navbar-inner { @@ -23,6 +25,7 @@ p, li { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; + border-radius: 0px 0px 5px 5px; } .layout-main { diff --git a/website/templates/css/login.css b/website/templates/css/login.css index 3d6400954d..710f88944b 100644 --- a/website/templates/css/login.css +++ b/website/templates/css/login.css @@ -10,6 +10,7 @@ box-shadow: 1px 1px 3px 3px #ccc; font-size: 12px; min-height: 100px; + border-radius: 5px; } #login_wrapper h3 {