From 60175b561b61ea790e4df6d378ce45fba1503c5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Fri, 26 Dec 2014 02:48:45 +0100 Subject: [PATCH] Increase the height of the footer to make the version tag fit in better --- bin/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/styles/main.css b/bin/styles/main.css index 006db56..99c29e1 100644 --- a/bin/styles/main.css +++ b/bin/styles/main.css @@ -293,7 +293,7 @@ span.expand_section { #footer { background-color: #58acf4; - height: 48px; + height: 56px; position: absolute; bottom: 0; width: 100%; -- 2.43.5