Rebrand: Use styling to resize logo on main screen

master
jooola 7 years ago
parent 4fd0d28b3c
commit 7cb0c6b558
  1. 4
      airsonic-main/src/main/webapp/WEB-INF/jsp/left.jsp

@ -59,7 +59,7 @@
<a name="top"></a>
<div style="padding-bottom:1.5em">
<a href="help.view?" target="main"><img src="<spring:theme code="logoImage"/>" title="<fmt:message key="top.help"/>" alt=""></a>
<a href="help.view?" target="main"><img src="<spring:theme code="logoImage"/>" style="width:196px" title="<fmt:message key="top.help"/>" alt=""></a>
</div>
<c:if test="${fn:length(model.musicFolders) > 1}">
@ -199,4 +199,4 @@
</c:forEach>
</div>
</body></html>
</body></html>

Loading…
Cancel
Save