From dfe6c8f1276c0b1d96c288d187d11b7e0c765bbb Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 3 Jul 2018 15:15:29 +0100 Subject: [PATCH] Update Style.css Visual bugfixes. --- Style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Style.css b/Style.css index 934ecda..0bd8ac0 100644 --- a/Style.css +++ b/Style.css @@ -47,14 +47,14 @@ /*The Exit Button*/ #Exit { - margin:0.2rem 0.2rem 0 0; - padding:0.2rem; - border-radius:0.1rem; + margin:0.2rem 0.8rem 0 0; + border:0; + border-radius:0.2rem; text-align:right; float:right; font-size:0.6rem; color:#FFF; /*Change the button text colour here!*/ - background:FF1A1A; /*Change the button background colour here!*/ + background:#FF1A1A; /*Change the button background colour here!*/ display:inline; min-height:1rem; min-width:1rem;