Alignment for the teaching part.
This commit is contained in:
28
style.css
28
style.css
@@ -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: '|';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user