]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/style.css
Article headers bigger and with added line
[irc/freenode/web-7.0.git] / static / css / style.css
index 28e0a73a1bfcc746686ef3e8ffd64529526e6d17..b9430383eef18fd9f4ea5d36aadeeea9bdc1f19a 100644 (file)
@@ -106,23 +106,36 @@ a {
     margin-top: .75em;
     padding: 0 .75em;
     max-width: var(--max-width);
-    line-height: 1.3;
+    line-height: 1.4;
 }
 
 .main h1,
 .main h2,
 .main h3,
+.main h4,
 .main li,
-.main p + p,
-.main ul + p {
+.main pre,
+.main p {
     margin-top: .7em;
 }
 
+.main h1 + p,
+.main h2 + p,
+.main h3 + p,
+.main h3 + p {
+    margin-top: 0;
+}
+
 .main ul {
     padding-left: 2em;
     list-style-type: disc;
 }
 
+hr {
+    margin-top: .8em;
+    margin-bottom: .8em;
+}
+
 /* jumbotron */
 .jumbotron {
     position: relative;
@@ -216,9 +229,14 @@ b.art {
     margin-bottom: 0;
     font-size: 18px;
 }
+p.art-header {
+    border-bottom: 1px solid rgba(0,0,0, 0.09);
+    padding-bottom: 5px;
+}
 
-p.art {
-    margin: 0;
+p.art-header b.art {
+    margin-bottom: 0;
+    font-size: 36px;
 }
 
 p.art-ingress {