]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
fix some spacing 41/head
authorEd Kellett <redacted>
Thu, 25 Feb 2016 13:27:44 +0000 (13:27 +0000)
committerEd Kellett <redacted>
Thu, 25 Feb 2016 13:27:44 +0000 (13:27 +0000)
static/css/style.css

index 7609414d1b4ca8fea14d0474a45fe56c44cdc517..812d73c2a0d36095c6449b2f9cced4063941aa61 100644 (file)
@@ -96,7 +96,7 @@ a {
     margin-top: .75em;
     padding: 0 .75em;
     max-width: var(--max-width);
-    line-height: 140%;
+    line-height: 1.3;
 }
 
 .main h1,
@@ -185,7 +185,6 @@ h1 {
 
 div.art {
     clear: right;
-    min-height: 3em;
     flex-grow: 1;
 }
 
@@ -221,6 +220,7 @@ p.art-ingress {
     float: right;
     color: #ccc;
     margin: 0 .5em;
+    line-height: 24px;
 }
 
 p.heading {
@@ -393,10 +393,6 @@ a.hchild:hover,a.hchild:active {
         border-radius: calc(var(--box-round) / 2);
         margin: 5px 0;
     }
-
-    div.artlist {
-        padding: 0 .3em;
-    }
 }
 
 .footer h2,.footer h3 {