libfic: handle mcq in team history
This commit is contained in:
parent
c5b65289d3
commit
614003a7cd
4 changed files with 26 additions and 3 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue