From 52a55c82a32cf9c0db0a4a619689639d17b2d238 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 15 Jun 2024 03:36:23 +0200 Subject: [PATCH] firmware wip - remove margin-bottom from menu --- Arduino/CanGrow/CanGrow_HTML.h | 1 - Arduino/CanGrow/CanGrow_Version.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Arduino/CanGrow/CanGrow_HTML.h b/Arduino/CanGrow/CanGrow_HTML.h index 7770239..3aba43e 100644 --- a/Arduino/CanGrow/CanGrow_HTML.h +++ b/Arduino/CanGrow/CanGrow_HTML.h @@ -99,7 +99,6 @@ a:active { display: inline-block; list-style: none; border-radius: 3px; - margin-bottom: 3px; } .subnav li { diff --git a/Arduino/CanGrow/CanGrow_Version.h b/Arduino/CanGrow/CanGrow_Version.h index e09704e..1cd6633 100644 --- a/Arduino/CanGrow/CanGrow_Version.h +++ b/Arduino/CanGrow/CanGrow_Version.h @@ -1,5 +1,5 @@ /* CanGrow_Version.h gets generated from cangrow.sh */ const char* CanGrowVer = "0.1-dev"; -const char* CanGrowBuild = "aae6cf0"; +const char* CanGrowBuild = "783c70d";