Merge pull request #1455 from jvoisin/fix_bold_submenu
Fix the boldness of the main submenu
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<h2>${model.welcomeSubtitle}</h2>
|
||||
</c:if>
|
||||
|
||||
<h2>
|
||||
<p>
|
||||
<c:forTokens items="random newest starred highest frequent recent decade genre alphabetical" delims=" " var="cat" varStatus="loopStatus">
|
||||
<c:if test="${loopStatus.count > 1}"> | </c:if>
|
||||
<sub:url var="url" value="home.view">
|
||||
@@ -55,7 +55,7 @@
|
||||
</c:choose>
|
||||
|
||||
</c:forTokens>
|
||||
</h2>
|
||||
</p>
|
||||
|
||||
<%@ include file="homePager.jsp" %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user