From f5b38b841197f12dfd2e6736084f8aec7f57d4d0 Mon Sep 17 00:00:00 2001 From: Mathieu Aubin Date: Thu, 12 Jan 2017 09:04:07 -0500 Subject: [PATCH] Cosmetic Fixes main navigation buttons apearence by allowing a 24px margin-bottom attribute. Temporary cosmetic fix before complete installer revision/overhaul/optimization Epurates the file, cleaning it from commented-out rules (ugly ones too, they just jad to go heh) --- public/lb-faveo/css/setup.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/lb-faveo/css/setup.css b/public/lb-faveo/css/setup.css index ad5648c83..b456fffed 100644 --- a/public/lb-faveo/css/setup.css +++ b/public/lb-faveo/css/setup.css @@ -289,7 +289,6 @@ body { opacity: 1; padding: 1em; text-align: center; - /* text-shadow:0 -1px 1px #8a4f7f,1px 0 1px #8a4f7f,0 1px 1px #8a4f7f,-1px 0 1px #8a4f7f */ color: aliceblue; } @@ -411,6 +410,7 @@ body { padding: .5em 1em; line-height: 1em; margin-right: .5em; + margin-bottom: 24px; height: auto } @@ -422,7 +422,6 @@ body { float: right; margin: 0; opacity: 1; - /*text-shadow:0 -1px 1px #8a4f7f,1px 0 1px #8a4f7f,0 1px 1px #8a4f7f,-1px 0 1px #8a4f7f*/ } .return-to-dashboard { @@ -431,4 +430,4 @@ body { margin: 1.18em 0; display: block; text-align: center -} \ No newline at end of file +}