styles
This commit is contained in:
parent
95eff6118a
commit
26cedf3339
|
@ -5,6 +5,11 @@
|
||||||
"HistoricalEventAddHfSiteLink": {
|
"HistoricalEventAddHfSiteLink": {
|
||||||
"Site": "SiteId"
|
"Site": "SiteId"
|
||||||
},
|
},
|
||||||
|
"HistoricalEventDiplomatLost": {
|
||||||
|
"Entity": "SiteId",
|
||||||
|
"Involved": "SiteId",
|
||||||
|
"Site": "SiteId"
|
||||||
|
},
|
||||||
"HistoricalEventPeaceAccepted": {
|
"HistoricalEventPeaceAccepted": {
|
||||||
"Site": "SiteId"
|
"Site": "SiteId"
|
||||||
},
|
},
|
||||||
|
|
|
@ -55,8 +55,8 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.json {
|
.json {
|
||||||
color: #aaa;
|
color: #ddd;
|
||||||
font-size: 50%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
{{- range $event := . }}
|
{{- range $event := . }}
|
||||||
<li>
|
<li>
|
||||||
[{{ $event.Id }}] In {{ if gt $event.Seconds72 -1 }}{{ season $event.Seconds72 }} of {{ end }}{{ $event.Year }} {{
|
[{{ $event.Id }}] In {{ if gt $event.Seconds72 -1 }}{{ season $event.Seconds72 }} of {{ end }}{{ $event.Year }}, {{
|
||||||
html $event.Details.Html }} {{ json $event.Details }}
|
html $event.Details.Html }} {{ json $event.Details }}
|
||||||
</li>
|
</li>
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
|
Loading…
Reference in New Issue