From a6150530388657d516900546d3b8beb5ec2d17a9 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Mon, 10 Sep 2012 10:59:04 -0400 Subject: [PATCH] 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 --- Open-ILS/web/css/skin/default/selfcheck.css | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.11.0