This commit is contained in:
gnieark 2015-12-09 20:40:03 +01:00
parent bc42213898
commit 8cbd6a6cdf
1 changed files with 14 additions and 2 deletions

View File

@ -28,12 +28,12 @@ header h1{
float: right; float: right;
} }
#menus, footer{ #menus{
margin-left: 50px; margin-left: 50px;
width:100%; width:100%;
display: table; display: table;
} }
#menus a, footer a{ #menus a{
color: #fff; color: #fff;
display: table-cell; display: table-cell;
text-decoration: none; text-decoration: none;
@ -44,6 +44,18 @@ header h1{
color:#202020; color:#202020;
background-color:#fff; background-color:#fff;
} }
footer{
margin-top: -70px;
height: 70px;
display: block;
background-color: #f5f5f5;
color: #343638;
font-size: 11pt;
line-height: 15pt;
margin: 0;
overflow-x: hidden;
}
#languages{ #languages{
float: right; float: right;
text-align: right; text-align: right;