Skip to content

Commit

Permalink
Docs: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 12, 2020
1 parent 09f0af1 commit 06bbffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1><a href="http://threejs.org">three.js</a></h1>
<input placeholder="" type="text" id="filterInput" autocorrect="off" autocapitalize="off" spellcheck="false" />
<div id="exitSearchButton"></div>
<select id="language">
<option value="en">English</option>
<option value="en">english</option>
<option value="zh">中文</option>
</select>
</div>
Expand Down Expand Up @@ -309,7 +309,7 @@ <h1><a href="http://threejs.org">three.js</a></h1>
if ( result !== '' ) {

pageName = pageName.replace( result, '<b>' + result + '</b>' );

}

}
Expand Down
2 changes: 1 addition & 1 deletion files/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ h1 a {
#panel #filterInput {
flex: 1;
width: 100%;
padding: 0 36px;
font-size: 1rem;
font-weight: 500;
color: var(--text-color);
Expand Down Expand Up @@ -270,6 +269,7 @@ h1 a {
-moz-appearance: none;
appearance: none;
margin-right: 10px;
text-align-last: right;
}

#panel #language:focus {
Expand Down

0 comments on commit 06bbffe

Please sign in to comment.