From: Ed Kellett Date: Thu, 25 Feb 2016 21:51:22 +0000 (+0000) Subject: fix article display X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/commitdiff_plain/b7b20c2281ca6f539575dd1487ad2c3502be3ad5 fix article display --- diff --git a/static/css/style.css b/static/css/style.css index 9b2a8d6cc..a380cd40e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -217,6 +217,11 @@ h1 { line-height: 1.6; } +.art-info h1 { + display: inline; + margin-top: 0; +} + .art-body { margin-bottom: 1em; }