From 86d384bea9b4dc25513c2824cb1efd1dc478eda4 Mon Sep 17 00:00:00 2001 From: RogerHaase Date: Sat, 31 Aug 2024 09:57:24 -0700 Subject: [PATCH] mal-formed CSS for Search Options broke Show Wiki Configuration display --- src/moin/static/css/common.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/moin/static/css/common.css b/src/moin/static/css/common.css index 2ce35c29a..237de4e09 100644 --- a/src/moin/static/css/common.css +++ b/src/moin/static/css/common.css @@ -274,8 +274,9 @@ a.moin-item-overlay-lr:hover { opacity: .8; background-color: var(--bg-trans-hov #moin-long-searchform div { margin: 0; } #moin-long-searchform .moin-search-query { width: 90%; margin-left: 0; } .moin-search-option-bar { font-size: 1.25em; font-weight: bold; cursor: pointer; color: var(--link); } -.moin-searchopt-tab > th:nth-child(1), th:nth-child(2) { width: 20%; } -.moin-searchopt-tab th:nth-child(3) { width: 60%; } +.moin-searchopt-tab > th:nth-child(1), +.moin-searchopt-tab > th:nth-child(2) { width: 20%; } +.moin-searchopt-tab > th:nth-child(3) { width: 60%; } .moin-search-hit-info { display: inline; } .moin-search-hits { font-weight: bold; } .moin-search-results { font-size: .92em; }