Alignment for the teaching part.

This commit is contained in:
2021-12-05 23:19:49 +08:00
parent 75e70f811b
commit caf68c800a
2 changed files with 35 additions and 7 deletions

View File

@@ -64,3 +64,31 @@ ul#course {
hr {
border-top: dashed 1px;
}
.notATable {
display:table;
list-style:none;
padding-left:0;
}
.notATable > li
{
display:table-row;
}
.notATable > li > *
{
display:table-cell;
padding:2px;
}
.notATable label {
font-weight:bold;
text-align:right;
}
.notATable label:after {
content: '|';
}