Changed teaching from table to list.

This commit is contained in:
2019-10-24 10:31:49 +08:00
parent a0be579a6c
commit bc050894a6
2 changed files with 9 additions and 12 deletions

View File

@@ -19,6 +19,11 @@ table#table1 {
margin-right:auto;
}
ul {
list-style: none;
padding-left: 0;
}
/* The navigation bar */
.navbar {
opacity: 0.8;