Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2021-05-14 19:24:05 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2021-05-14 19:24:05 +0300
commit2fa20bea364deddb77bec1d7cd68c9fad7db6520 (patch)
tree70be46f7ce58c8db5dcfef095d70686fe6f6d18a
parent1a0e3c9de99c7077280fb3aeacb21979d0e8ca5d (diff)
Fix display of line numbers in inline code blocks
-rw-r--r--_assets/custom.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/_assets/custom.css b/_assets/custom.css
index 2f1f31e..5a934f0 100644
--- a/_assets/custom.css
+++ b/_assets/custom.css
@@ -166,6 +166,8 @@ h1, h2, h3, h4, h5, h6, .post-title {
.post-divider { border-top: 1px solid #4d4d4c; }
+code .ln { margin-right: .5em; }
+
/* helpers *******************************************************************/
.pull-end { float: right; }