Updated notATable to description list.

This commit is contained in:
2025-06-18 21:14:57 +08:00
parent 835bfcfc0f
commit 6362a6d82d
2 changed files with 35 additions and 10 deletions

View File

@@ -339,3 +339,25 @@ 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;}