14 lines
169 B
CSS
14 lines
169 B
CSS
|
.node .node {
|
||
|
margin-left: 1ex;
|
||
|
padding-left: 1ex;
|
||
|
border-left: 1px solid #444;
|
||
|
}
|
||
|
|
||
|
li .tag {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
li .tag::after {
|
||
|
content: ": ";
|
||
|
}
|