1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Switch to new website

This commit is contained in:
Unrud 2020-03-02 03:04:37 +01:00
parent c1720ee27a
commit 01f8e976e1
88 changed files with 3 additions and 8831 deletions

View file

@ -0,0 +1,37 @@
header select.documentBranch {
display: none;
}
header span.documentBranch {
display: inline;
}
nav {
position: relative;
height: auto;
/* Override changes made by JS to HTMLElement */
max-height: none !important;
}
nav .level2.active > a, nav .level3.active > a {
background: none;
border-left-color: transparent;
}
nav .level4 {
display: initial;
}
nav .level4 > a::after {
display: none !important;
}
@media screen and (max-width: 50em) {
nav, .navButtonContainer {
display: none;
}
html.nav-opened {
overflow: initial;
}
}