Rebrand: Use styling to resize logo on main screen
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user