1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Apply limits to document content only

This commit is contained in:
Unrud 2020-03-01 20:12:39 +01:00
parent 44b135f33c
commit fbd67acbfa

View file

@ -299,7 +299,7 @@ nav .active > ul > .level4 {
display: initial;
}
main p, main ul, main ol {
.documentContainer p, .documentContainer ul, .documentContainer ol {
max-width: 42em;
box-sizing: border-box;
margin-left: 0;
@ -351,4 +351,8 @@ section > *:first-child:hover .headerlink {
header .logoContainer, header select.documentBranch {
text-shadow: 0 0 3px #050a02, 0 0 3px #050a02;
}
header .logoContainer, header ul, main {
max-width: initial;
}
}