- Footer is more positioned in the bottom

This commit is contained in:
Paulo Gustavo Veiga
2012-09-12 23:29:57 -03:00
parent 022e3d982a
commit 4c988d4ae2
8 changed files with 21 additions and 14 deletions

View File

@@ -40,7 +40,7 @@
title="<spring:message code="LOGOUT"/>"><spring:message code="LOGOUT"/></a></span>
</div>
</c:when>
<c:when test="${param.removeSignin!=true}">
<c:when test="${!param.removeSignin && !requestScope.removeSignin}">
<div id="headerActions">
<spring:message code="ALREADY_A_MEMBER"/>
<span><a href="c/login" title="<spring:message code="SIGN_IN"/>">
@@ -82,4 +82,3 @@
</script>