This commit is contained in:
gnieark 2015-12-09 20:46:20 +01:00
parent d7a34e0a16
commit ee98af802b

View File

@ -45,9 +45,9 @@ header h1{
background-color:#fff; background-color:#fff;
} }
footer{ footer{
margin-top: -70px; margin-top: -70px;
height: 70px; height: 70px;
display: block; display: block;
color: #343638; color: #343638;
font-size: 11pt; font-size: 11pt;
line-height: 15pt; line-height: 15pt;
@ -55,10 +55,14 @@ margin-top: -70px;
overflow-x: hidden; overflow-x: hidden;
box-sizing: border-box; box-sizing: border-box;
background-image: -webkit-linear-gradient(top, #f5f5f5,#e9e9e9); background-image: -webkit-linear-gradient(top, #f5f5f5,#e9e9e9);
border-top: 1px solid #bebebe; border-top: 1px solid #bebebe;
color: #999; color: #999;
font-size: 12px; font-size: 12px;
line-height: 1.5em; line-height: 1.5em;
text-align: center;
}
footer a {
} }
#languages{ #languages{