From 53974e52ca670fd7fc3d2ca99ab4dab4cbd5efa5 Mon Sep 17 00:00:00 2001 From: Bo Gao Date: Tue, 28 Aug 2018 14:31:21 +0200 Subject: [PATCH] style version text --- src/app/modules/gb-navbar-module/gb-navbar.component.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/modules/gb-navbar-module/gb-navbar.component.css b/src/app/modules/gb-navbar-module/gb-navbar.component.css index 664a718f2..9b9169a16 100644 --- a/src/app/modules/gb-navbar-module/gb-navbar.component.css +++ b/src/app/modules/gb-navbar-module/gb-navbar.component.css @@ -30,3 +30,8 @@ .gb-nav-right { float: right; } + +.gb-nav-right small { + font-weight: lighter; + vertical-align: text-bottom; +}