improve information table layout

This commit is contained in:
Sebastian Sdorra
2011-11-06 15:46:51 +01:00
parent bcb007a036
commit 1c66684ea9
2 changed files with 9 additions and 1 deletions

View File

@@ -40,7 +40,7 @@
</#if>
<#if version.condition.os??>
<li>
Operatingsystems:
Operatingsystems:
<#list version.condition.os as os>
${os}<#if os_has_next>, </#if>
</#list>

View File

@@ -998,4 +998,12 @@ h3#pings {
.clear {
clear:both;
}
th {
text-align: left;
}
td, th {
padding-right: 5px;
}