firmware wip - put margin-bottom for sub menu to right place
This commit is contained in:
parent
52a55c82a3
commit
728489a494
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,6 @@ a:active {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-bottom: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav li {
|
.nav li {
|
||||||
|
@ -105,6 +104,7 @@ a:active {
|
||||||
background: #026b45;
|
background: #026b45;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav li:first-of-type {
|
.nav li:first-of-type {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* CanGrow_Version.h gets generated from cangrow.sh */
|
/* CanGrow_Version.h gets generated from cangrow.sh */
|
||||||
|
|
||||||
const char* CanGrowVer = "0.1-dev";
|
const char* CanGrowVer = "0.1-dev";
|
||||||
const char* CanGrowBuild = "783c70d";
|
const char* CanGrowBuild = "52a55c8";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue