From ee98af802b2e67edf0adea00b6d7efc581051e14 Mon Sep 17 00:00:00 2001 From: gnieark Date: Wed, 9 Dec 2015 20:46:20 +0100 Subject: [PATCH] css --- html/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/html/style.css b/html/style.css index 9bcddbc..951b650 100644 --- a/html/style.css +++ b/html/style.css @@ -45,9 +45,9 @@ header h1{ background-color:#fff; } footer{ -margin-top: -70px; + margin-top: -70px; height: 70px; - display: block; + display: block; color: #343638; font-size: 11pt; line-height: 15pt; @@ -55,10 +55,14 @@ margin-top: -70px; overflow-x: hidden; box-sizing: border-box; background-image: -webkit-linear-gradient(top, #f5f5f5,#e9e9e9); - border-top: 1px solid #bebebe; - color: #999; + border-top: 1px solid #bebebe; + color: #999; font-size: 12px; line-height: 1.5em; + text-align: center; +} +footer a { + } #languages{