diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-20 22:19:39 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-20 22:19:39 (GMT) |
commit | 31d5ab8f8bd2efd0fc789460c38d195c3420a5cd (patch) | |
tree | affa7b54115d0bb6e64427855663af13440c4e03 /index.html | |
parent | e15da8a3eb7cd247f659cdf6dabacd4f7176b6b7 (diff) |
renamed signin to auth
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> |