Squashed 'themes/gohugoioTheme/' changes from 6f3a8bf5..d7a475e7

d7a475e7 Update static/dist
e0ad9f32 Fix some typos (found by codespell) (#78)
d569a0d2 Update site search to use the ID "search-input" (#79)

git-subtree-dir: themes/gohugoioTheme
git-subtree-split: d7a475e7fbd076b18ad5392ccb27bc397c935ac3
This commit is contained in:
Kaushal Modi 2018-03-16 13:05:13 -04:00
parent 8762aee8af
commit 489ec5ea03
5 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
<form id="site-search-form" action="" role="search">
<fieldset class="bn ma0 pa0">
<label class="clip" for="email-address">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" type="text" name="email-address" value="" style="background-image:url('/images/icon-search.png');background-size:16px 16px;">
<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" type="text" name="search-input" value="" style="background-image:url('/images/icon-search.png');background-size:16px 16px;">
</fieldset>
</form>

View File

@ -41,7 +41,7 @@
}
/*documentation-copy headings exagerate spacing and size to chunk content */
/*documentation-copy headings exaggerate spacing and size to chunk content */
.documentation-copy h2 {
margin-top: 3em;
&.minor {

View File

@ -6,7 +6,7 @@ The contents of this folder are used to generate CSS and javascript. You may nev
### NPM
We use [NPM](https://www.npmjs.com/) for package managment The theme's `.gitignore` file should be kept intact to make sure that all files in the `node_modules` folder are not pushed to the repository.
We use [NPM](https://www.npmjs.com/) for package management The theme's `.gitignore` file should be kept intact to make sure that all files in the `node_modules` folder are not pushed to the repository.
### Webpack

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long