Add margin notes

This commit is contained in:
2021-04-09 05:52:30 +00:00
parent 8fb1b29aef
commit 38607ec437
5 changed files with 20 additions and 1 deletions

View File

@@ -156,6 +156,15 @@ pre {
height: auto;
}
.content .aside {
display: inline;
float: left;
position: relative;
width: 8rem;
margin-left: -9rem;
font-size: 1rem;
}
.toclink:not(:hover)::after {
visibility: hidden;
}