summaryrefslogtreecommitdiff
path: root/style.min.css
AgeCommit message (Collapse)AuthorFilesLines
2016-07-06Further byte optimizationBenjamin Franzke1-1/+1
2016-07-06Only provide .woff and .woff2 fontsBenjamin Franzke1-1/+1
All browsers we care about handle these
2016-07-06Save some more bytes by combining the root font definitionBenjamin Franzke1-1/+1
2016-07-06Remove one unneeded css attributeBenjamin Franzke1-1/+1
2016-07-06Simplify cssBenjamin Franzke1-1/+1
to save some bytes (around 100B)
2016-07-06Reduce ugly <div class=outer> markupBenjamin Franzke1-1/+1
..and replace that "container" aproach by a padding-left/padding-right calculated from viewportwidth aproach. This optimization saves around 27bytes
2016-07-05Move css into rootBenjamin Franzke1-0/+1
..allows to specify realtive font path's that are usable with and without compiling the css