Fix table header in the about page

This commit is contained in:
Eric Lippmann 2015-11-16 15:42:35 +01:00
parent 23da8e95a6
commit 00b931ea40

View File

@ -25,4 +25,8 @@
.about-links i:hover { .about-links i:hover {
color: @icinga-blue; color: @icinga-blue;
} }
.common-table th {
text-align: center;
}
} }