summaryrefslogtreecommitdiff
path: root/style/style.min.css
AgeCommit message (Collapse)AuthorFilesLines
2016-07-04Optimize form elements for google pagespeddBenjamin Franzke1-1/+1
2016-07-04Do not use dislay flex for mobile, to not confuse google pagespeedBenjamin Franzke1-1/+1
which thinks our links overlap.
2016-07-04Include Roboto downloaded from GoogleBenjamin Franzke1-1/+1
2016-07-04Fix a:focus stateBenjamin Franzke1-1/+1
2016-07-04Style cleanupBenjamin Franzke1-1/+1
2016-07-04Define google font url in htmlBenjamin Franzke1-1/+1
2016-07-04Fixup style usageBenjamin Franzke1-1/+1
2016-07-04Fix media queryBenjamin Franzke1-1/+1
2016-07-04WIP for google pagespeedBenjamin Franzke1-1/+1
2016-07-04Cheap responsive implementationBenjamin Franzke1-1/+1
2016-07-03style.css: Remove a typoBenjamin Franzke1-1/+1
2016-07-03Use h1/h2 in content only (not in header)Benjamin Franzke1-1/+1
2016-07-03Postcss (for css3 variables) and minify our stylesshetBenjamin Franzke1-0/+1
We do need a css3 variable transformation for internet explorer. We do check in the minifed sourcecode into git. We don't want to have to install node_modules on our deployment server. Note that the *.xml files opened directly in the browser will not use the minified, but the original stylesheet (thus there's no need for a watcher script while development)