From: Jonathan S. Katz Date: Sat, 21 Apr 2018 22:45:11 +0000 (-0400) Subject: Use Bootstrap's default for line height. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c590baf0d5a556e9e4439c6457724a215a22fdfe;p=pgarchives.git Use Bootstrap's default for line height. This will help to bring more content "above-the-fold" and in particular help with the scrollability of pages that tend to have much more content, e.g. mail archives. --- diff --git a/django/media/css/main.css b/django/media/css/main.css index b456b6d..a9c71bc 100644 --- a/django/media/css/main.css +++ b/django/media/css/main.css @@ -24,8 +24,7 @@ body { font-weight: 400; color: #515151; font-size: 11.5pt; - line-height: 1.8rem; - padding-top: 60px; /** this is to account for the fixed navbar blocking content */ + padding-top: 54px; /** this is to account for the fixed navbar blocking content */ } p { @@ -459,6 +458,7 @@ ul.bold { .pg-shout-box { background-color: #336791; font-weight: 600; + padding-bottom: 0.2rem; } .pg-shout-box a {