Skip to content

Commit

Permalink
CSS work
Browse files Browse the repository at this point in the history
  • Loading branch information
earizon committed Dec 16, 2023
1 parent aa1fe8c commit fdeeda5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
#dbEngineOutput > h2 {
border-bottom: 1px solid gray;
}
ul {
ul,ol {
padding-top: 0;
margin: 0;
border-left: 1px dotted grey;
padding: 0;
border-left: 2px dashed #AAA;
padding: 2ch;
}
ul > ul{
margin: 1.0em;
ul > ul, ol > ol, ul > ol, ol > ul {
margin: 1.0ch;
}
li {
white-space: normal;
Expand Down

0 comments on commit fdeeda5

Please sign in to comment.