From 5c6029863ccbb4ced87a18ed1fdc29c2cbe0cdeb Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 1 Dec 2020 15:57:09 +0000 Subject: [PATCH] added .prettyprint ol.linenums li:before --- codepot/src/css/common.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index d59b365b..a8c664ac 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -749,6 +749,11 @@ span.codepot-history-review-count { color: #7E7EAE; } /* IE indents via margin-left */ +.prettyprint ol.linenums li:before { + content: " "; + border-left: solid #ffffff 1px; +} + /* .prettyprint li.L0, .prettyprint li.L1,