From d0d438f480e29a5ebaf64449a5c3e7f4ebb13690 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 11 May 2011 22:33:16 -0400 Subject: [PATCH] Clarified access restrictions. --- src/com/gitblit/wicket/LoginPage.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/wicket/LoginPage.html b/src/com/gitblit/wicket/LoginPage.html index f38e01d..71421ab 100644 --- a/src/com/gitblit/wicket/LoginPage.html +++ b/src/com/gitblit/wicket/LoginPage.html @@ -32,9 +32,9 @@ <input type="password" wicket:id="password" value=""/> <p/> <input type="submit" value="Login" wicket:message="value:gb.login" /> - <div style="background-color:#c7c7c7" wicket:id="feedback"></div> + <div style="padding-top:10px;" wicket:id="feedback"></div> </div> - </form> + </form> </div> </body> </html> \ No newline at end of file -- Gitblit v1.9.1