From 57d952f371c05456947e113885607dc8eaa23509 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 17 May 2017 11:51:45 +0200 Subject: [PATCH] sample: delineate preformatted block Indicate line end for a more balanced look and to highlight incorrect monospace rendering. --- base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base.css b/base.css index 9953dee..0fdf109 100644 --- a/base.css +++ b/base.css @@ -102,6 +102,12 @@ pre { display: inline-block; text-align: left; } +#sample > pre { + width: 78ch; + padding: 0 1em; + border-width: 0 1px; + border-style: solid; +} h2 small { position: absolute; /* side note; do not influence alignment */ -- 2.30.0