From 8c944932150872f3ebf04acde24849133b437bdc Mon Sep 17 00:00:00 2001 From: Imran Hussain Date: Mon, 15 Jan 2018 14:34:39 +0000 Subject: [PATCH] Tweaks to the sucs site css. Taking inspration from unreturnables work but without the drastic changes to the style/theme of the site --- htdocs/css/sucs.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/htdocs/css/sucs.css b/htdocs/css/sucs.css index 7ce8a82..5099ec5 100644 --- a/htdocs/css/sucs.css +++ b/htdocs/css/sucs.css @@ -3,8 +3,9 @@ -------------------------------------------------- */ body { - background: #fff; + background: #fff0cd; min-width: 600px; + margin: 0px; } hr { @@ -34,12 +35,12 @@ a:hover { /* -------------------------------------------------- Page corners -------------------------------------------------- */ -#branding, #brandingC { +/*#branding, #brandingC { border-top-left-radius: 15px; border-top-right-radius: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; -} +}*/ #footer { border-bottom-left-radius: 15px; @@ -110,7 +111,7 @@ a:hover { background: #fff0cd; padding: 0; clear: both; - border: 2px solid #e76808; + /*border: 2px solid #e76808;*/ border-top: 0; border-bottom: 0; } @@ -264,6 +265,7 @@ ul#valid { margin: 0; margin-bottom: 0.5em; background: url('/images/orangefade-bottom.png') top repeat-x #ffc62b; + visibility: hidden; } #footer p { -- GitLab