From 8572085cc721a17801b8e7bfdd61d661ef4cc98c Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 5 Mar 2018 13:16:46 +0100 Subject: [PATCH] fixes #7294; Nim doc search feature --- config/nimdoc.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg index 2800bc581a..231aa54742 100644 --- a/config/nimdoc.cfg +++ b/config/nimdoc.cfg @@ -75,7 +75,7 @@ doc.body_toc = """
- Search:
$tableofcontents @@ -109,7 +109,7 @@ doc.body_toc_group = """
-
+
Search:
@@ -139,7 +139,7 @@ doc.body_toc_group = """
-
+
Search:
@@ -364,10 +364,10 @@ dd > pre { table-layout: fixed; } /* Nim search input */ -div#searchInput { +div#searchInputDiv { margin-bottom: 8px; } -div#searchInput input#searchInput { +div#searchInputDiv input#searchInput { width: 10em; } div.search-groupby {