Compare commits

..

No commits in common. "main" and "v1.4.1" have entirely different histories.
main ... v1.4.1

5 changed files with 0 additions and 17 deletions

View file

@ -41,13 +41,4 @@ tbody>tr:nth-child(odd) {
.tdred {
background-color: #ff6e6e;
}
.tableWrapper {
overflow-x: auto;
transform: rotate(180deg);
}
.tableWrapper table {
transform: rotate(180deg);
}

View file

@ -1,7 +1,6 @@
{{ define "regularstable" }}
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
<div class="tableWrapper">
<table>
<thead>
<tr class="tableHeading">
@ -47,5 +46,4 @@
{{end}}
</tbody>
</table>
</div>
{{end}}

View file

@ -1,7 +1,6 @@
{{ define "specialEvent" }}
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
<div class="tableWrapper">
<table>
<thead>
<tr class="tableHeading">
@ -30,5 +29,4 @@
{{end}}
</tbody>
</table>
</div>
{{end}}

View file

@ -1,7 +1,6 @@
{{define "specialEventRoles"}}
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
<div class="tableWrapper">
<table>
<thead>
<tr class="tableHeading">
@ -64,6 +63,5 @@
{{end}}
</tbody>
</table>
</div>
{{end}}
{{end}}

View file

@ -1,7 +1,6 @@
{{define "suitwalk"}}
<h1 class="textWhite">{{ .EventName }} {{ .Locals.Attendie }}</h1>
<h2 class="textWhite">{{ .Locals.Registered }}</h2>
<div class="tableWrapper">
<table>
<thead>
<tr class="tableHeading">
@ -81,6 +80,5 @@
{{end}}
</tbody>
</table>
</div>
{{ end }}
{{end}}