diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ <meta name="author" content="Christian Pointner <equinox@ffgraz.net>"> <link href="/javascript/twitter-bootstrap/css/bootstrap.css" rel="stylesheet"> - <link href="/styles/signin.css" rel="stylesheet"> + <link href="/styles/auth.css" rel="stylesheet"> <link href="/styles/shows.css" rel="stylesheet"> <link href="/styles/musicpools.css" rel="stylesheet"> <style type="text/css"> @@ -58,9 +58,9 @@ <div id="loginbox"> - <form id="loginform" class="form-signin" role="form"> + <form id="loginform" class="form-auth" role="form"> <img src="/img/helsinki.png" /> - <h1 class="form-signin-heading">Radio Helsinki - Import</h1> + <h1 class="form-auth-heading">Radio Helsinki - Import</h1> <input id="username" type="text" class="form-control" placeholder="Benutzername" required autofocus> <input id="password" type="password" class="form-control" placeholder="Passwort" required> <div id="alertbox"></div> |