mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-09 00:21:10 +00:00
Minor style changes
This commit is contained in:
parent
f877928354
commit
1c644fd642
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user