styles
This commit is contained in:
parent
95eff6118a
commit
26cedf3339
|
@ -5,6 +5,11 @@
|
|||
"HistoricalEventAddHfSiteLink": {
|
||||
"Site": "SiteId"
|
||||
},
|
||||
"HistoricalEventDiplomatLost": {
|
||||
"Entity": "SiteId",
|
||||
"Involved": "SiteId",
|
||||
"Site": "SiteId"
|
||||
},
|
||||
"HistoricalEventPeaceAccepted": {
|
||||
"Site": "SiteId"
|
||||
},
|
||||
|
|
|
@ -55,8 +55,8 @@ a {
|
|||
}
|
||||
|
||||
.json {
|
||||
color: #aaa;
|
||||
font-size: 50%;
|
||||
color: #ddd;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<ul>
|
||||
{{- range $event := . }}
|
||||
<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 }}
|
||||
</li>
|
||||
{{- end}}
|
||||
|
|
Loading…
Reference in New Issue