Skip to content
Snippets Groups Projects
Commit 006792fa authored by Julien Schmidt's avatar Julien Schmidt
Browse files

right-align dates in office hours table

parent 9001c519
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
{{ else }}
{{ dateFormat "Monday" (int .start) }}
{{ end }}</td>
<td>{{ if (eq $.Site.Language.Lang "de") }}
<td class="right">{{ if (eq $.Site.Language.Lang "de") }}
{{ (time (int .start)).Day }}. {{ index $.Site.Data.DE.Monate (sub (time (int .start)).Month 1) }} {{ (time (int .start)).Year }}
{{ else }}
{{ dateFormat "January 2, 2006" (int .start) }}
......
......@@ -550,6 +550,10 @@ table td {
border-top: 1px solid #dee2e6;
}
td.right {
text-align: right;
}
code {
vertical-align: bottom;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment