]> git.0d.be Git - panikweb.git/commitdiff
remove top padding from "cell" titles
authorFrédéric Péters <fpeters@0d.be>
Fri, 10 Jun 2022 07:02:47 +0000 (09:02 +0200)
committerFrédéric Péters <fpeters@0d.be>
Fri, 10 Jun 2022 07:02:47 +0000 (09:02 +0200)
panikweb/static/css/_specifics.scss

index e3688cdf99ed1ac3d2a8d7a7c33d64ffda1a59d3..5dd99fb9a66d8938a23586323ebf252994d7c14f 100644 (file)
@@ -77,10 +77,7 @@ strong.title {
        font-size: 1.1em;
        font-family: RegloBold;
        font-weight: normal;
-       padding: 0.2em 0 0.2em 0;
-       & + strong.title {
-               padding-top: 0;
-       }
+       padding: 0 0 0.2em 0;
 }
 
 .rightPart #search-form {