Browse Source

Merge pull request #19636 from linbingquan/dev-docs

Docs: Updated index.html
Mr.doob 5 years ago
parent
commit
09f0af1ab6
2 changed files with 2 additions and 3 deletions
  1. 2 2
      docs/index.html
  2. 0 1
      files/main.css

+ 2 - 2
docs/index.html

@@ -30,8 +30,8 @@
 					<input placeholder="" type="text" id="filterInput" autocorrect="off" autocapitalize="off" spellcheck="false" />
 					<div id="exitSearchButton"></div>
 					<select id="language">
-						<option value="en">en</option>
-						<option value="zh">zh</option>
+						<option value="en">English</option>
+						<option value="zh">中文</option>
 					</select>
 				</div>
 				<div id="content"></div>

+ 0 - 1
files/main.css

@@ -257,7 +257,6 @@ h1 a {
 	#panel #language {
 		font-family: 'Roboto Mono', monospace;
 		font-size: 1rem;
-		line-height: 1rem;
 		font-weight: 500;
 		color: var(--text-color);
 		border: 0px;