From f73bd860bb566be9684876c68f6c55fd1940fddf Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 23 Dec 2018 11:18:54 +0100 Subject: Implemented new js search method (faster) # Conflicts: # _includes/git-wiki/components/search/se_js.html --- _sass/git-wiki-style.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_sass') diff --git a/_sass/git-wiki-style.scss b/_sass/git-wiki-style.scss index 78efd6b..b9072d1 100644 --- a/_sass/git-wiki-style.scss +++ b/_sass/git-wiki-style.scss @@ -344,3 +344,7 @@ footer { .post-item { margin-bottom: 50px; } + +#results-container li { + list-style-type: none; +} \ No newline at end of file -- cgit