Minor style changes

This commit is contained in:
Jia Hao 2016-01-22 03:26:01 +08:00
parent f877928354
commit 1c644fd642
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ html, body {
font-size: 15px;
font-weight: 100;
text-transform: uppercase;
margin-top: 20px;
height: 35px;
width: 225px;
background-color: #2196F3;

View File

@ -9,7 +9,7 @@
<form class="login-form" id="login-form">
<div>
<label for="username-input">Username</label>
<input type="text" id="username-input"/>
<input type="text" id="username-input" autofocus/>
</div>
<div>
<label for="password-input">Password</label>