aboutsummaryrefslogtreecommitdiffstats
path: root/theme
AgeCommit message (Collapse)AuthorFilesLines
2019-10-29Remove PHP closing tags and add LF to text filesThomas Lange36-36/+34
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character.
2019-05-05Update CSS layoutThomas Lange2-26/+36
2019-04-26Remove "box-sizing" property with invalid valueThomas Lange1-2/+0
The "box-sizing" property can only have two values: "content-box" (default) or "border-box" (the "padding-box" value has been removed from the specification a long time ago).
2019-04-26Rename "template" directory to "theme"Thomas Lange65-0/+3624
This commit renames the "template" directory to "theme" because "theme" is the more correct term here.