5,953
edits
No edit summary |
No edit summary |
||
Line 725: | Line 725: | ||
.navbar-separator { | .navbar-separator { | ||
display: none; | display: none; | ||
} | |||
/* ============================== tree-like Tractatus =============================== */ | |||
.static-tree-like-tlp-container .tlp-aside-par { | |||
display: inline-block; | |||
} | |||
.tlp-pr-with-children .tlp-aside-par { | |||
padding: 0 5px; | |||
border-radius: 3px; | |||
background-color: #b1cbec; | |||
} | |||
.tlp-pr-with-children .tlp-aside-par::after { | |||
content: "→"; | |||
margin-left: 8px; | |||
} | |||
.tlp-indent-0 { | |||
margin-left: 0; | |||
} | |||
.tlp-indent-1 { | |||
margin-left: 1.5em; | |||
} | |||
.tlp-indent-2 { | |||
margin-left: 3em; | |||
} | |||
.tlp-indent-3 { | |||
margin-left: 4.5em; | |||
} | |||
.tlp-separator { | |||
margin: 2em 0 5em 0; | |||
} | } | ||