From be16025cfbbafcffe26d2b6e7a17952a39c2cd67 Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 28 May 2020 11:34:43 -0400 Subject: Compress id markdown, to save horizontal space --- static/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 50ad7c0..56a470b 100644 --- a/static/styles.css +++ b/static/styles.css @@ -126,13 +126,17 @@ pre { .id-deemphasize { color: #67f; - font-size: smaller; + font-size: x-small; } .id-name { text-decoration: underline; } +.id-inner { + letter-spacing: -1ex; +} + .msg-header { margin-bottom: .25ex; } -- cgit v1.2.3