compact
This commit is contained in:
parent
3a162f4568
commit
98b7fab684
@ -20,9 +20,6 @@
|
||||
}
|
||||
.main.container {
|
||||
margin-top: 5em;
|
||||
}
|
||||
.ui.grid > .column:not(.row) {
|
||||
padding: .5em !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@ -44,7 +41,7 @@
|
||||
|
||||
<xsl:template match="group">
|
||||
<h1 class="ui header"><xsl:value-of select="@name"/></h1>
|
||||
<div class="ui doubling stackable four column grid">
|
||||
<div class="ui doubling stackable four column compact grid">
|
||||
<xsl:apply-templates select="host"/>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user