Make navbar have lighter background and remove footer

Making a few changes to the footer, this keeps it from breaking up
and stretching on mobile devices.
This commit is contained in:
Arctic Code 2014-02-19 08:40:36 -06:00
parent 3e0d071d49
commit 937c469892
1 changed files with 2 additions and 22 deletions

View File

@ -14,7 +14,7 @@ body{
}
.navbar{
background: rgba(34, 34, 34, 0.5);
background: rgba(34, 34, 34, 0.2);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
box-shadow: 0 0 8px rgba(0, 0, 0, .8);
@ -222,28 +222,8 @@ ul.nav li.dropdown:hover > ul.dropdown-menu {
color: #e2e6e9;
}
#footer {
height: 38px;
background-color: rgba(51, 51, 51, 0.5);
color: #eee;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .8);
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .8);
box-shadow: 0 0 2px rgba(0, 0, 0, .8);
}
@media (max-width: 767px) {
#footer {
margin-left: -17px;
margin-right: -20px;
padding-left: 17px;
padding-right: 20px;
}
}
#privacy-link, #tos-link, #reg-link{
float: right;
padding-right: 2%;
padding-left: .8%;
color: #eee;
}