mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix: Corrected styling for server_version.xsl page
This commit is contained in:
parent
e5e04d5764
commit
3a5ea5fc7e
@ -3,9 +3,9 @@
|
||||
<xsl:include href="includes/web-page.xsl"/>
|
||||
<xsl:variable name="title">Server Information</xsl:variable>
|
||||
<xsl:template name="content">
|
||||
<div class="roundbox">
|
||||
<h3>Server Information</h3>
|
||||
<table class="yellowkeys">
|
||||
<section class="box">
|
||||
<h3 class="box_title">Server Information</h3>
|
||||
<table class="table-keys">
|
||||
<tbody>
|
||||
<xsl:for-each select="/icestats">
|
||||
<tr>
|
||||
@ -47,6 +47,6 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
Loading…
Reference in New Issue
Block a user