Add sortable table to part11

This commit is contained in:
Richard Feldman
2016-09-02 23:21:30 -07:00
parent bf6ced7e74
commit e4e5d107a6
2 changed files with 53 additions and 7 deletions

View File

@@ -117,6 +117,14 @@ th {
text-align: left;
}
.home-container th {
cursor: pointer;
}
.home-container th:hover {
color: rgb(96, 181, 204);
}
th, td {
font-size: 18px;
padding-right: 20px;