From 0b9850edc287c611027a3399d7a31a941144d708 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 17 Jun 2014 14:11:25 +0000 Subject: [PATCH] CSS/avp-table: reduce font sice, might look better --- public/css/icinga/main-content.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index a8f2a5e86..5f09de64d 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -101,6 +101,10 @@ table.avp.newsection, table.avp tr.newsection { padding: 0; } +table.avp { + font-size: 0.8em; +} + table.avp a { color: @colorLinkDefault; text-decoration: none;