From 5db93054089d695d92c6fea88dea416dcea7d3a3 Mon Sep 17 00:00:00 2001 From: Albert S Date: Tue, 26 Oct 2021 23:32:02 +0200 Subject: [PATCH] template: display headers inline (backport from production) --- template/quitesimple/searchform | 3 +-- template/quitesimple/style.css | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/quitesimple/searchform b/template/quitesimple/searchform index 48fc454..d98694e 100644 --- a/template/quitesimple/searchform +++ b/template/quitesimple/searchform @@ -1,7 +1,6 @@ {qswiki:include:general_header}
-

Search

- +

Search


Search content of pages:
diff --git a/template/quitesimple/style.css b/template/quitesimple/style.css index b2a4f2b..d03806e 100644 --- a/template/quitesimple/style.css +++ b/template/quitesimple/style.css @@ -23,6 +23,7 @@ h1, h2, h3 { margin: 0; padding: 0; + display: inline; } nav