trying to get paragraphs in list items under control

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-25 20:55:22 +02:00
parent f9cedc7ba3
commit ca3c34ab5b
2 changed files with 7 additions and 9 deletions

View File

@@ -254,10 +254,6 @@ nav > form{
display:inline;
}
li > a > p:nth-child(1){
display: inline;
}
.timetracks .duration{
font-weight: bold;
}
@@ -357,7 +353,8 @@ a.wikilink{
}
.grid2 > :nth-child(2n-1){
text-align: initial ;
text-align: initial;
padding-top: 8px;
}
}
}