summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-02-01 09:08:24 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-02-01 09:08:24 +0100
commitf27faf9afd0a8db768a21954b8755f1bf1a14f1b (patch)
tree81c85d35f38e18a1d30ddc4ac32127eea4260183
parent5e078383a787e8b5ec3ba73f05ea4130840afbe2 (diff)
Squashed 'docs/' changes from 49809a038..4f4d1f48c
4f4d1f48c Merge commit 'ccb3ee5c57a00d5d32c53c882cf9893181a6ec10' ccb3ee5c5 Squashed 'themes/gohugoioTheme/' changes from dafc91ff1..042112e2d git-subtree-dir: docs git-subtree-split: 4f4d1f48cd3da268c108f1ea6c204dd30f516bb1
-rw-r--r--themes/gohugoioTheme/layouts/partials/site-search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/gohugoioTheme/layouts/partials/site-search.html b/themes/gohugoioTheme/layouts/partials/site-search.html
index aaab4d04c..b4c4cb66b 100644
--- a/themes/gohugoioTheme/layouts/partials/site-search.html
+++ b/themes/gohugoioTheme/layouts/partials/site-search.html
@@ -1,6 +1,6 @@
<form id="site-search-form" action="" role="search">
<fieldset class="bn ma0 pa0">
<label class="clip" for="search-input">Search</label>
- <input type="search" id="search-input" class="needs-js bg-left bg-transparent bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" name="search-input" value="" style="background-image:url('/images/icon-search.png');background-size:16px 16px;">
+ <input type="search" id="search-input" class="needs-js bg-left bg-transparent bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" name="search-input" value="" style="background: url('/images/icon-search.png') no-repeat 0 8px /16px 16px;;">
</fieldset>
</form>