diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-02 20:40:44 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-02 20:40:44 +0000 |
commit | b6d7dbb926443bc78ad0380d53124f11a5d95b40 (patch) | |
tree | 621cc104d9556efc551a8d867ff752651d50d3d5 /github.css | |
parent | Add hidden option for permanent chastity between plays (diff) | |
download | toy-b6d7dbb926443bc78ad0380d53124f11a5d95b40.zip |
Align sizes/paths/styles to render correctly in cgit and native
Diffstat (limited to 'github.css')
-rw-r--r-- | github.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -166,7 +166,7 @@ a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first- padding-top: 0; } -h1 p, h2 p, h3 p, h4 p, h5 p, h6 p { +h1+p, h2+p, h3+p, h4+p, h5+p, h6+p { margin-top: 0; } @@ -406,4 +406,4 @@ pre { pre code, pre tt { background-color: transparent; border: none; -}
\ No newline at end of file +} |