diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,6 +11,7 @@ <link href="/styles/signin.css" rel="stylesheet"> <style type="text/css"> body { + background-color: #eee; padding-top: 60px; padding-bottom: 40px; } @@ -51,7 +52,8 @@ <div class="container"> <form id="loginform" class="form-signin" role="form"> - <h1>Radio Helsinki - Import</h1> + <img src="/img/helsinki.png" /> + <h1 class="form-signin-heading">Radio Helsinki - Import</h1> <h2 class="form-signin-heading">Please sign in</h2> <input id="username" type="text" class="form-control" placeholder="Username" required autofocus> <input id="password" type="password" class="form-control" placeholder="Password" required> |