diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-10 17:22:44 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-10 17:22:44 +0200 |
| commit | dbf02bda6c3e8091c785771bd4ae1a45457efd22 (patch) | |
| tree | 525d9cc2586f9db8010c7e9c0d8789981870fe89 /res/templates/login.html | |
| parent | a68038b3bbee71311feb64c7036ee5bf8dc6037c (diff) | |
login.html: misc
Diffstat (limited to 'res/templates/login.html')
| -rw-r--r-- | res/templates/login.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index 767385b7..aeb3acfc 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -22,7 +22,7 @@ body { <div class="welcome-box"> <img src="/static/img/logo-red.png" class="login-rhizi-logo"> <h1 class="login-header">Welcome to Rhizi!</h1> - <div class="login-view-section"> + <div class="login-view-section" id="login-view-section_intro-text"> <p class="login-text">Rhizi is a collaborative knowledge editor.</p> <p class="login-text">Upload your internship proposals for review. Share the skills, interests and project you participate in.</p> <p class="login-text">The resulting interactome allows the entire CRI to better collaborate with AIV students</p> @@ -35,9 +35,9 @@ body { <input class="login-form_button" type="submit" value="Sign in"> </form> </div> - <div id="failed-login" style="display: none"> - <b>Login Failed</b> - </div> + <div id="failed-login" style="display: none"> + <b>Login Failed</b> + </div> </div> <div class="login-view-section"> <div id="create-account-section"> |
