aboutsummaryrefslogtreecommitdiffstats
path: root/template/standard/rsrc/main.css
AgeCommit message (Collapse)AuthorFilesLines
2019-04-26Rename "standard" template to "default"Thomas Lange1-573/+0
2019-01-25Reformat the entire CSS codeThomas Lange1-101/+483
2019-01-21Close CSS comment blocks correctlyThomas Lange1-63/+63
2017-11-20The rem units in media queries have been replaced by simple em units.Thomas Lange1-2/+2
2017-09-14Some markup optimizations has been made to both templates (the HTML5 ↵Thomas Lange1-22/+11
<article> element is more correct for the purpose of an item list, because real lists should only be used if the order of the items would change the meaning. This is not the case, because each item is a self-contained area which has nothing to do with the other items).
2017-09-02Some HTML and CSS optimizations has been made to the standard template and ↵Thomas Lange1-6/+6
the "title" attribute was added to every heading link in the item list.
2017-09-02Multiple <section> elements were replaced by simple <div> elements. If a ↵Thomas Lange1-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-11HTML5 <article> tags has been replaced by the more semantic correct ↵Thomas Lange1-2/+2
<blockquote> tags with "cite" attribute.
2017-02-24Initial commit.v1.0Thomas Lange1-0/+202