support for observers

This commit is contained in:
Ville Rantanen
2018-12-12 22:09:12 +02:00
parent 74cdb27037
commit cef7966ad2
12 changed files with 144 additions and 33 deletions

View File

@@ -63,3 +63,12 @@ textarea {
margin-bottom: 1em;
}
#counts {
border-collapse: collapse;
}
#counts th, #counts td {
border: 3px solid #ccc;
text-align: center;
padding: 3px;
}