From aae1cd37cbdf2382b002177a3b4c77bdb968c6db Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Mon, 31 Jul 2017 03:05:36 +0000 Subject: Add yardstick logo in GUI JIRA: YARDSTICK-767 We have yardstick logo in opnfv community. We have the demand to display it in yardstick GUI. Change-Id: Ief5807c918754e679e95ae1d1f3a769ab2d6d4b2 Signed-off-by: chenjiankun --- gui/app/views/layout/header.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gui/app/views/layout/header.html') diff --git a/gui/app/views/layout/header.html b/gui/app/views/layout/header.html index 033322a62..ad90de952 100644 --- a/gui/app/views/layout/header.html +++ b/gui/app/views/layout/header.html @@ -4,8 +4,9 @@ @@ -33,11 +34,11 @@ .navbar { border-radius: 0px; - background-color: #e95420; + background-color: #CAEEF1; color: #fff; } .navbar-default .navbar-brand { - color: #fff; + color: #333; } - + \ No newline at end of file -- cgit 1.2.3-korg