Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-29 | Remove PHP closing tags and add LF to text files | Thomas Lange | 4 | -4/+4 | |
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character. | |||||
2019-05-05 | Update CSS layout | Thomas Lange | 1 | -19/+29 | |
2019-04-26 | Remove "box-sizing" property with invalid value | Thomas Lange | 1 | -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-26 | Rename "template" directory to "theme" | Thomas Lange | 8 | -0/+1328 | |
This commit renames the "template" directory to "theme" because "theme" is the more correct term here. |