Add privacy setting documentation

This commit is contained in:
Ske 2020-06-18 18:33:29 +02:00
parent d1476e1b88
commit 5494d2edec
3 changed files with 96 additions and 3 deletions

View file

@ -21,6 +21,12 @@
.cmd-block .cmd-arg {
background-color: $argBgBlock;
}
// "Free" arguments in a standard text section needs extra margin
// might need tweaking to look good in all contexts, but this looks fine for now
p > .cmd-arg, li > .cmd-arg {
margin: 0.2rem 0.2rem 0.2rem 0.1rem;
}
</style>
<script>