🐛 Fix table of contents border missing

Fixes: #794
This commit is contained in:
James Panther
2024-03-09 15:34:56 +11:00
parent 088c913f67
commit 33d34eea0f
3 changed files with 7 additions and 26 deletions
+4 -24
View File
@@ -2221,6 +2221,10 @@ code {
border-width: 1px;
}
.border-s {
border-inline-start-width: 1px;
}
.border-t {
border-top-width: 1px;
}
@@ -3093,10 +3097,6 @@ code {
right: 0px;
}
.ltr\:-ml-5:where([dir="ltr"], [dir="ltr"] *) {
margin-left: -1.25rem;
}
.ltr\:block:where([dir="ltr"], [dir="ltr"] *) {
display: block;
}
@@ -3109,22 +3109,10 @@ code {
display: none;
}
.ltr\:border-l:where([dir="ltr"], [dir="ltr"] *) {
border-left-width: 1px;
}
.ltr\:pl-5:where([dir="ltr"], [dir="ltr"] *) {
padding-left: 1.25rem;
}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
left: 0px;
}
.rtl\:-mr-5:where([dir="rtl"], [dir="rtl"] *) {
margin-right: -1.25rem;
}
.rtl\:block:where([dir="rtl"], [dir="rtl"] *) {
display: block;
}
@@ -3137,14 +3125,6 @@ code {
display: none;
}
.rtl\:border-r:where([dir="rtl"], [dir="rtl"] *) {
border-right-width: 1px;
}
.rtl\:pr-5:where([dir="rtl"], [dir="rtl"] *) {
padding-right: 1.25rem;
}
@media print {
.print\:hidden {
display: none;