Revert "Updated notATable to description list."

This reverts commit 6362a6d82d.
This commit is contained in:
2025-06-18 21:34:36 +08:00
parent 6362a6d82d
commit 61e378f069
2 changed files with 10 additions and 35 deletions

View File

@@ -339,25 +339,3 @@ background-repeat: no-repeat;
transform: translate(15px);
}
}
dl {
padding: 0em;
}
dt {
float: left;
width: 20%;
text-align: right;
padding: .25em;
clear: left;
}
dt:after {
content: "|";
}
dd {
/* float: left; */
/* margin: 0 0 0 110px */
width: 90%;
padding: .25em 0;
}
dl:after {content:"";display:table;clear:both;}