diff --git a/download.html b/download.html index cea3e7961d7751238779d3fb877431019025dc99..c2a18c54a3695219cc659bcb262c9c4da1121508 100644 --- a/download.html +++ b/download.html @@ -39,6 +39,23 @@ border-color: #2d2; background: #dfd; } + + /* Fun h1s */ + h1:not(.exampleh1) { + margin: 0.2em 0; + border-bottom: 5px solid; + margin-bottom: 15px; + padding-bottom: 5px; + } + + .fourways { + color: #666; + margin-bottom: 0; + } + small { + color: #6b6; + font-size: 0.6em; + }