Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-02 | Multiple <section> elements were replaced by simple <div> elements. If a ↵ | Thomas Lange | 1 | -3/+3 | |
container element is only used for the CSS and has no semantic meaning, then a <section> element is definitely wrong for this purpose. | |||||
2017-04-11 | HTML5 <article> tags has been replaced by the more semantic correct ↵ | Thomas Lange | 1 | -2/+2 | |
<blockquote> tags with "cite" attribute. | |||||
2017-03-20 | The "autofocus" attribute was added to the search input field. | Thomas Lange | 1 | -1/+0 | |
2017-03-20 | The javascript part was outsourced to a new file to reduce duplicate code. | Thomas Lange | 1 | -0/+16 | |
2017-02-24 | Initial commit.v1.0 | Thomas Lange | 6 | -0/+206 | |