X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/9394d534e411a4c874e8693ddb307b8f3df2fa3b..9ca1124b538deb366453c442e6ef7e6876cbdbd5:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css index a7108ecd3..181081a5f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -102,16 +102,22 @@ a.nav-light { .main h1, .main h2, .main h3, -.main p + p { +.main li, +.main p + p, +.main ul + p { margin-top: .5em; } +.main ul { + padding-left: 2em; + list-style-type: disc; +} + /* jumbotron */ .jumbotron { position: relative; width: 100%; margin-top: -16px; - background: #000; background: var(--jumbotron-bg); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6); color: var(--jumbotron-text-color); @@ -240,12 +246,6 @@ p.art-link { margin-top: 0; } -/* Article */ -.art-full h1, -.art-full h2, -.art-full h3, -.art-full h4 {} - /* help */ .hmain { display: flex;