mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-09 22:00:20 +01:00
improve information table layout
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -998,4 +998,12 @@ h3#pings {
|
||||
|
||||
.clear {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding-right: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user