X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/66d5fda2e38c0ccd71045411da0e0f89f427f0dd..4c7fd801e3bfc4ffb71ab61c66af1c1fb59f6425:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css index 28e0a73a1..b9430383e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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 {