website navbar color change

This commit is contained in:
Rushabh Mehta
2013-03-07 14:47:41 +05:30
parent 481d0deaca
commit 9f3c727753
4 changed files with 108 additions and 13 deletions

View File

@@ -4,14 +4,14 @@ div.outer {
box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
background-color: #fff;
border-radius: 5px;
padding: 20px;
margin: 30px -20px 10px -20px;
padding: 30px;
margin: 30px -30px 10px -30px;
min-height: 400px;
overflow: hidden;
}
.outer .navbar {
margin: -20px -20px 10px -20px;
margin: -30px -30px 10px -30px;
}
footer {
@@ -121,5 +121,3 @@ p, li {
.avatar-x-large img {
width: 100px;
}
/* */