updates to website css & better help for doctype

This commit is contained in:
Rushabh Mehta 2012-12-24 11:47:24 +05:30
parent c0bf435d2c
commit 5b3d83fdf3
2 changed files with 5 additions and 1 deletions

View File

@ -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 {

View File

@ -10,6 +10,7 @@
box-shadow: 1px 1px 3px 3px #ccc;
font-size: 12px;
min-height: 100px;
border-radius: 5px;
}
#login_wrapper h3 {