monitoring/css: reduce basic header sizes

This commit is contained in:
Thomas Gelf 2014-11-19 07:16:32 +01:00
parent 07c0180b1c
commit 6e62b2f0f4
1 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,18 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
h1 {
font-size: 1em;
}
h2 {
font-size: 1em;
}
h3 {
font-size: 1em;
}
table.action.comments td p, table.action.downtimes td p {
margin: 0;
font-size: 0.8em;