diff options
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 +} |