From 85ef3dc02a9c14c1e01bebe8660610080bd5af19 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Mon, 20 May 2013 00:57:46 +0200 Subject: [PATCH] update --- css/style.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/css/style.css b/css/style.css index 963f0c8..d6bdf9d 100644 --- a/css/style.css +++ b/css/style.css @@ -92,7 +92,7 @@ html body{ #timeline { color: white; overflow:auto; - height: 90%; + height: 80%; } #timeline section { @@ -100,7 +100,7 @@ html body{ height: auto; } #player { - height: 10%; + height: 20%; } #playerlistsec { @@ -110,13 +110,6 @@ html body{ overflow:auto; } - -footer{ - height: 20%; - width: 100%; - float:left; -} - /* ************** NAV **************************************** *****************************************************************/ #playerlistsec.menu { @@ -179,9 +172,11 @@ footer{ } footer{ - height: 25%; + height: 18%; vertical-align: middle; text-align: center; + width: 100%; + float:left; margin-top: 1%; }