diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 678841d..b1e6705 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -36,13 +36,13 @@ h6, .h6 { } blockquote { - border-left: 5px solid #ccc; + border-left: .25em solid #ccc; padding-left: 0.5em; - margin-bottom: 1.5rem; } blockquote p { - padding: 1rem; + padding: 0 1em; + color: #6a737d; } .nowrap{ @@ -211,9 +211,11 @@ z-index:1; font-size: 100%; } +.card blockquote, .card pre { -margin-bottom:0; + margin-top: 0; + margin-bottom: 16px; } a.notblue {