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:
parent
44b135f33c
commit
fbd67acbfa
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue