From e533139930209d267c0f02359c97ff07537104aa Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Mon, 23 Jun 2014 18:07:55 +0200 Subject: [PATCH] Some CSS changes --- hosts_up.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/hosts_up.css b/hosts_up.css index 4942b8c..7904df8 100644 --- a/hosts_up.css +++ b/hosts_up.css @@ -59,17 +59,18 @@ a:active #middle { - position: absolute; - left: 35%; - top: 10%; width:400px; - margin: 0px + margin: auto } #top { - position: absolute; - left: 35%; - top: 5% - margin: 0px + width:400px; + margin: auto +} + +hr +{ + margin-left:0px; + width:280px; }