Fixes header and footer

This commit is contained in:
Gustavo Cortez 2014-05-01 12:01:15 -03:00
commit 06a666f368
3 changed files with 43 additions and 26 deletions

View file

@ -18,11 +18,21 @@ html, body {height: 100%;}
padding-bottom: 91px;} /* must be same height as the footer */
#footer {
position: relative;
position: fixed;
margin-top: -96px; /* negative value of footer height */
height: 96px;
clear:both;
padding: 5px 2rem;
bottom: 0;
width: 100%;
}
.bottom-copay {
width: 80px;
text-align: center;
position: relative;
float: right;
margin-left: 15px;
}
.logo {

View file

@ -1,3 +1,8 @@
.logo {
background: transparent url('../img/logo.png');
}
#footer {
background: #333;
color: #fff;
}