Style stylesheet

This commit is contained in:
Adrien MALINGREY 2022-06-17 08:24:03 +02:00
parent f02a6a7afb
commit 1fbf09e666

View File

@ -15,8 +15,14 @@
<title><xsl:value-of select="./@args" /></title> <title><xsl:value-of select="./@args" /></title>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<style> <style>
a { .btn {
margin: 0 2px; margin: 2px;
padding: 2px 6px !important;
}
.badge {
margin: 0px;
padding: 2px 4px !important;
} }
</style> </style>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/css/bootstrap.min.css"/> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/css/bootstrap.min.css"/>
@ -34,7 +40,7 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<xsl:for-each select="/nmaprun/host[status/@state='up']"> <xsl:for-each select="host[status/@state='up']">
<tr> <tr>
<td> <td>
<xsl:value-of select="address/@addr" /> <xsl:value-of select="address/@addr" />