mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Initial version of documentation generator
This commit is contained in:
parent
3f032e00b0
commit
b2c3f38766
12 changed files with 890 additions and 0 deletions
27
beta/assets/screen-noscript.css
Normal file
27
beta/assets/screen-noscript.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue