From b58a247714dce6cd500078f5f596f1fcbe0e632b Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Wed, 30 Apr 2014 22:53:17 -0400 Subject: [PATCH] ui: bump down the size on the health check name under service --- ui/index.html | 2 +- ui/styles/_panels.scss | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ui/index.html b/ui/index.html index 6def4d6ab7..d59a5fb17b 100644 --- a/ui/index.html +++ b/ui/index.html @@ -264,7 +264,7 @@ diff --git a/ui/styles/_panels.scss b/ui/styles/_panels.scss index c7388f41e0..085728d68d 100644 --- a/ui/styles/_panels.scss +++ b/ui/styles/_panels.scss @@ -34,9 +34,12 @@ font-size: 14px; color: $text-color; } - h5 { + h5 { font-size: 12px; } + h4.check { + font-size: 16px; + } } .panel-bar {