Compare commits

..

No commits in common. "9df3ae155a3268e4e3e44832669852636128de34" and "d20c41693e18d908d58dfc8771dfde8f314689ec" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -80,7 +80,7 @@
<xsl:template match="group">
<h1 class="ui header"><xsl:value-of select="@name"/></h1>
<div class="ui doubling stackable five column compact grid">
<div class="ui doubling stackable four column compact grid">
<xsl:apply-templates select="host"/>
</div>
</xsl:template>

View File

@ -16,7 +16,6 @@ group:
host:
</xsl:text>
<xsl:apply-templates select="host"/>
<xsl:text>...</xsl:text>
</xsl:template>
<xsl:template match="host">