From 2d0f8da625115819524a7f87913cdc1c55bb5a13 Mon Sep 17 00:00:00 2001 From: Simon Redfern Date: Thu, 28 Jan 2016 11:47:15 +0000 Subject: [PATCH] Fix header boarder and margin --- src/main/webapp/media/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/media/css/style.css b/src/main/webapp/media/css/style.css index 058fbc19..bf0061b0 100644 --- a/src/main/webapp/media/css/style.css +++ b/src/main/webapp/media/css/style.css @@ -29,8 +29,8 @@ a img { .header { background-color: #fff; - border: 1px solid #666666; - margin: 23px 0 0 0; + border: 0px solid #666666; + margin: 0px 0 0 0; border-bottom: 0; }