Start of nested lists

This commit is contained in:
Ian Gulliver
2019-06-20 21:26:31 +00:00
parent c4cf4aca7b
commit 3b51c59c7c
2 changed files with 74 additions and 3 deletions

View File

@@ -26,9 +26,12 @@ body {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
justify-content: flex-start;
flex-wrap: wrap;
white-space: pre;
box-sizing: border-box;
width: 100%;
padding: 3px;
border: 5px solid rgba(0,0,0,0.0);
}
@@ -57,3 +60,8 @@ body {
border-color: red;
outline: none;
}
#definition .nodelist {
width: 100%;
margin: 5px;
}