Fix the boldness of the main submenu

This should close #1424
This commit is contained in:
jvoisin
2020-01-05 17:02:44 +01:00
parent 27c174a4d6
commit 2a7e3cb846
@@ -38,7 +38,7 @@
<h2>${model.welcomeSubtitle}</h2> <h2>${model.welcomeSubtitle}</h2>
</c:if> </c:if>
<h2> <p>
<c:forTokens items="random newest starred highest frequent recent decade genre alphabetical" delims=" " var="cat" varStatus="loopStatus"> <c:forTokens items="random newest starred highest frequent recent decade genre alphabetical" delims=" " var="cat" varStatus="loopStatus">
<c:if test="${loopStatus.count > 1}">&nbsp;|&nbsp;</c:if> <c:if test="${loopStatus.count > 1}">&nbsp;|&nbsp;</c:if>
<sub:url var="url" value="home.view"> <sub:url var="url" value="home.view">
@@ -55,7 +55,7 @@
</c:choose> </c:choose>
</c:forTokens> </c:forTokens>
</h2> </p>
<%@ include file="homePager.jsp" %> <%@ include file="homePager.jsp" %>