admin: Handle resolution.md display
This commit is contained in:
parent
4a190f51c5
commit
3bf0fc69ee
4 changed files with 13 additions and 6 deletions
|
@ -61,6 +61,9 @@ const indextpl = `<!DOCTYPE html>
|
|||
text-align: left;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.col img {
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
<base href="{{.urlbase}}">
|
||||
<script src="js/d3.v3.min.js"></script>
|
||||
|
|
Reference in a new issue