libfic: handle mcq in team history

This commit is contained in:
nemunaire 2018-12-02 04:52:48 +01:00
parent c5b65289d3
commit 614003a7cd
4 changed files with 26 additions and 3 deletions

View file

@ -17,6 +17,12 @@ const indextpl = `<!DOCTYPE html>
word-wrap: normal;
white-space: nowrap;
}
.bg-mfound {
background-color: #7bcfd0;
}
.bg-ffound {
background-color: #7bdfc0;
}
</style>
<base href="{{.urlbase}}">
<script src="/js/d3.v3.min.js"></script>