Skip to content

Commit 45c588b

Browse files
committed
Class list CSS
1 parent df40a22 commit 45c588b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/navigation.xsl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,10 @@ LIMIT 10
798798

799799
<li>
800800
<button class="btn btn-class" data-class-uri="{@rdf:about}">
801-
<xsl:apply-templates select="." mode="ac:label"/>
801+
<span>
802+
<xsl:apply-templates select="." mode="ac:label"/>
803+
</span>
804+
802805
<xsl:if test="exists($count)">
803806
<xsl:text> (</xsl:text>
804807
<xsl:value-of select="$count"/>

0 commit comments

Comments
 (0)