From 728489a49446d99b71b70f256d85794654bb6830 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 15 Jun 2024 03:37:42 +0200 Subject: [PATCH] firmware wip - put margin-bottom for sub menu to right place --- Arduino/CanGrow/CanGrow_HTML.h | 2 +- Arduino/CanGrow/CanGrow_Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Arduino/CanGrow/CanGrow_HTML.h b/Arduino/CanGrow/CanGrow_HTML.h index 3aba43e..9eeb520 100644 --- a/Arduino/CanGrow/CanGrow_HTML.h +++ b/Arduino/CanGrow/CanGrow_HTML.h @@ -92,7 +92,6 @@ a:active { padding: 0; position: relative; border-radius: 3px; - margin-bottom: 3px; } .nav li { @@ -105,6 +104,7 @@ a:active { background: #026b45; list-style: none; border-radius: 3px; + margin-bottom: 3px; } .nav li:first-of-type { diff --git a/Arduino/CanGrow/CanGrow_Version.h b/Arduino/CanGrow/CanGrow_Version.h index 1cd6633..6d4a0cb 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 = "783c70d"; +const char* CanGrowBuild = "52a55c8";