diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-10-20 15:39:04 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 14:29:53 +0100 |
commit | 4daf556b72e4c86eb3a95be9cc6d99aaa66ad189 (patch) | |
tree | c956f02d48e74d35b2936baa826bcc9bd28e2e7b /tpl/default/loginform.html | |
parent | 411726c53a3e29540574c52f3a16edb060eb235e (diff) | |
download | Shaarli-4daf556b72e4c86eb3a95be9cc6d99aaa66ad189.tar.gz Shaarli-4daf556b72e4c86eb3a95be9cc6d99aaa66ad189.tar.zst Shaarli-4daf556b72e4c86eb3a95be9cc6d99aaa66ad189.zip |
Use a class for 'window' titles instead of h2
Diffstat (limited to 'tpl/default/loginform.html')
-rw-r--r-- | tpl/default/loginform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/loginform.html b/tpl/default/loginform.html index 28c92f3e..b33219b6 100644 --- a/tpl/default/loginform.html +++ b/tpl/default/loginform.html | |||
@@ -20,7 +20,7 @@ | |||
20 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> | 20 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> |
21 | <div id="login-form" class="page-form page-form-light pure-u-lg-1-3 pure-u-3-4"> | 21 | <div id="login-form" class="page-form page-form-light pure-u-lg-1-3 pure-u-3-4"> |
22 | <form method="post" name="loginform"> | 22 | <form method="post" name="loginform"> |
23 | <h2>{'Login'|t}</h2> | 23 | <h2 class="window-title">{'Login'|t}</h2> |
24 | <div> | 24 | <div> |
25 | <input type="text" name="login" placeholder="{'Username'|t}" tabindex="20"> | 25 | <input type="text" name="login" placeholder="{'Username'|t}" tabindex="20"> |
26 | </div> | 26 | </div> |