Fixed icons
This commit is contained in:
parent
aaf4dce6f8
commit
3ec4bdec2b
13 changed files with 858 additions and 30 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="/css/{{ .VERSION }}/{{ .CONFIG.THEME }}/index.css">
|
||||
|
||||
<div style="float: left;">
|
||||
<img src="/images/{{ .VERSION }}/logo_selected.svg" style="width: 64px; margin-right: 32px;">
|
||||
<img src="/images/{{ .VERSION }}/{{ .CONFIG.THEME }}/logo.svg" style="width: 64px; margin-right: 32px;">
|
||||
</div>
|
||||
|
||||
<div style="float: left;">
|
||||
|
|
@ -10,8 +10,4 @@
|
|||
<h2>{{ .VERSION }}</h2>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="clear: both" class="graph">
|
||||
<img src="/images/{{ .VERSION }}/graph.svg">
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue