From 0a1cd00874e1d43c31f9441b1d86706235f1e4ca Mon Sep 17 00:00:00 2001 From: Bartosz izdwuut Konikiewicz Date: Fri, 28 Sep 2018 11:00:33 +0200 Subject: [PATCH] Make line highlight set by hl_lines parameter span the whole line. --- static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index b89c8689..489c51c7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -514,6 +514,9 @@ pre, code { .post-content table code { white-space: pre; } +.highlight td:nth-child(2) { + width: 100%; +} /* Unflavored code fences ------------------------------ */