From 8e32c978e06321439d10146fb60c1ecdf08ffdc4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 25 Jan 2016 13:26:16 +0000 Subject: Better inline code highlighting --- provider/css/default.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/provider/css/default.css b/provider/css/default.css index adc3f17..f2f793f 100644 --- a/provider/css/default.css +++ b/provider/css/default.css @@ -73,6 +73,11 @@ footer p, footer p:last-of-type { display:inline; } +p .sourceCode, p code { + border-bottom:2px solid #f0f0f0; + margin-bottom:-2px; +} + div.sourceCode { padding-left:1.5em; border-left:2px solid #f0f0f0; @@ -81,8 +86,4 @@ div.sourceCode { pre code { white-space:pre-wrap; -} - -p code { - font-style:italic; } \ No newline at end of file -- cgit v1.2.3