1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00

Fix: Corrected styling for server_version.xsl page

This commit is contained in:
Philipp Schafft 2020-10-01 12:26:01 +00:00
parent e5e04d5764
commit 3a5ea5fc7e

View File

@ -3,9 +3,9 @@
<xsl:include href="includes/web-page.xsl"/> <xsl:include href="includes/web-page.xsl"/>
<xsl:variable name="title">Server Information</xsl:variable> <xsl:variable name="title">Server Information</xsl:variable>
<xsl:template name="content"> <xsl:template name="content">
<div class="roundbox"> <section class="box">
<h3>Server Information</h3> <h3 class="box_title">Server Information</h3>
<table class="yellowkeys"> <table class="table-keys">
<tbody> <tbody>
<xsl:for-each select="/icestats"> <xsl:for-each select="/icestats">
<tr> <tr>
@ -47,6 +47,6 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </section>
</xsl:template> </xsl:template>
</xsl:stylesheet> </xsl:stylesheet>