summaryrefslogtreecommitdiff
path: root/style.css
AgeCommit message (Collapse)AuthorFilesLines
2018-11-15Improve header .h2 contrastBenjamin Franzke1-1/+1
2018-05-22Hide contact for nowBenjamin Franzke1-1/+1
2018-05-22Styling optimizationsBenjamin Franzke1-8/+8
2017-07-22Remove svg namespace from html5 outputBenjamin Franzke1-3/+3
svg namespace is added implicitly to the <svg> tags by html5 parsers. (It's actually that the xmlns has no effect for html5 and should theoretically be treated as something has _has_ to be removed during minification)
2016-07-06Further byte optimizationBenjamin Franzke1-2/+1
2016-07-06Save some more bytes by combining the root font definitionBenjamin Franzke1-4/+1
2016-07-06Remove one unneeded css attributeBenjamin Franzke1-1/+0
2016-07-06Simplify cssBenjamin Franzke1-45/+15
to save some bytes (around 100B)
2016-07-06Reduce ugly <div class=outer> markupBenjamin Franzke1-19/+14
..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/+356
..allows to specify realtive font path's that are usable with and without compiling the css