From: Michael Peters Date: Mon, 10 Sep 2012 14:59:04 +0000 (-0400) Subject: Fix margins so buttons don't roll on to next line X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a6150530388657d516900546d3b8beb5ec2d17a9;p=working%2FEvergreen.git Fix margins so buttons don't roll on to next line The home, logout buttons were spaced too far apart, so they were pushing onto a second line. Signed-off-by: Michael Peters --- diff --git a/Open-ILS/web/css/skin/default/selfcheck.css b/Open-ILS/web/css/skin/default/selfcheck.css index 5611787e07..23bd38819f 100644 --- a/Open-ILS/web/css/skin/default/selfcheck.css +++ b/Open-ILS/web/css/skin/default/selfcheck.css @@ -175,7 +175,6 @@ body { background: -webkit-linear-gradient(#007a54, #00593d); background-color: #00593d; padding: 5px 10px 6px; - margin: 5px 7px 5px 5px; outline: 0 none; text-decoration: none; }