Merge release/dev to release/live #1

Merged
mischa.spelt merged 40 commits from release/dev into release/live 2024-04-25 15:49:03 +02:00
3 changed files with 7 additions and 1 deletions
Showing only changes of commit fd2b17689c - Show all commits

View File

@@ -399,6 +399,9 @@ div.pp_default .pp_close:hover {
border-bottom: 1px solid #f8f8f8;
text-transform: uppercase;
}
.menu-submenu ul li:last-child a, .mobile_menu_container ul li:last-child a {
border-bottom: none;
}
.menu-submenu > ul, .mobile_menu_container > ul {
padding: 20px;
border-radius: 3px;

File diff suppressed because one or more lines are too long

View File

@@ -240,6 +240,9 @@
border-bottom: 1px solid #f8f8f8;
text-transform: uppercase;
}
li:last-child a {
border-bottom: none;
}
}
> ul {