Start of nested lists
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user