Add footer at the bottom close #351

This commit is contained in:
Marc Ducobu
2014-11-21 15:59:29 +01:00
parent 9e05755f28
commit 0c4e02afac
3 changed files with 48 additions and 46 deletions

View File

@@ -3269,7 +3269,7 @@ a:hover {
.navigation .navigation-search button {
padding: 7px 12px;
position: absolute;
top: .9em;
top: .99em;
right: 1em; }
a {
@@ -3278,6 +3278,12 @@ a {
.text-right {
text-align: right; }
html, body {
height: 100%; }
.content {
min-height: 85%; }
.footer {
background: #294253;
width: 100%; }

File diff suppressed because one or more lines are too long