From 1c70a0dee2af13c10728126635541f7ba8762017 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 31 Oct 2022 14:30:44 +0100 Subject: add "inline" style --- templates/base.html.jinja | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/base.html.jinja b/templates/base.html.jinja index 82d584c..e443eec 100644 --- a/templates/base.html.jinja +++ b/templates/base.html.jinja @@ -258,6 +258,10 @@ code in a proprietary work, I am not going to enforce this in court. border-radius: 0; } + .inline { + display: inline; + } + .doc-link { display: inline-block; width: 1.2em; -- cgit v1.2.3