]> git.0d.be Git - django-panik-wiki.git/commitdiff
add some margin on top of backlinks
authorFrédéric Péters <fpeters@0d.be>
Thu, 29 Oct 2020 11:34:32 +0000 (12:34 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 29 Oct 2020 11:34:32 +0000 (12:34 +0100)
wiki/static/css/panik-wiki.scss

index fd9c40c8e8b4464dd29a495e53b784cda23cf0f0..1bc2797508a922c49321a083f818fbd40bd04df2 100644 (file)
@@ -229,5 +229,6 @@ div#content div.wiki-section h4.intertitle {
 
 #backlinks {
        border-top: 1px solid #282f2e;
+       margin-top: 2.5em;
        padding-top: 0.5em;
 }