mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix table header in the about page
This commit is contained in:
parent
23da8e95a6
commit
00b931ea40
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user