Convert the linked-from list into a tagged list.

This commit is contained in:
Sergio Martínez Portela 2022-11-22 20:28:14 +01:00
parent 86e36d5b79
commit 88029a27d0
2 changed files with 3 additions and 3 deletions

View file

@ -309,7 +309,7 @@ li .tag {
}
li .tag::after {
content: ":: ";
content: " :: ";
}
a.internal::before {