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
1 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
color: @text-color;
}
.about-social i:hover {
.about-social i:hover {
color: @icinga-blue;
}
@ -15,14 +15,18 @@
margin-bottom: 2.5em;
}
.about-links i {
.about-links i {
margin: 0.5em;
padding: 0;
font-size: 5em;
color: @text-color;
}
.about-links i:hover {
.about-links i:hover {
color: @icinga-blue;
}
.common-table th {
text-align: center;
}
}