2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-22 01:29:02 +00:00

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-size: 15px;
font-weight: 100; font-weight: 100;
text-transform: uppercase; text-transform: uppercase;
margin-top: 20px;
height: 35px; height: 35px;
width: 225px; width: 225px;
background-color: #2196F3; background-color: #2196F3;

View File

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