From 287e2f796588d061292f6a8b54a69ffa0ab5fd29 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 23 Jul 2014 09:19:17 -0400 Subject: [PATCH] changed active breadcrumb to bold --- awx/ui/static/less/breadcrumbs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/less/breadcrumbs.less b/awx/ui/static/less/breadcrumbs.less index 2cce7d0bea..74ceb42acb 100644 --- a/awx/ui/static/less/breadcrumbs.less +++ b/awx/ui/static/less/breadcrumbs.less @@ -40,7 +40,7 @@ .ansible-breadcrumb li.active a { background: @white; color: @black; - font-weight: normal; + font-weight: bold; } .ansible-breadcrumb li a:after { content: " ";