From 95b99bbc8926e986374cdd767612c54cfbdbf2e3 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 23 Jul 2014 12:14:59 -0400 Subject: [PATCH] small change to breadcrumb border --- awx/ui/static/less/breadcrumbs.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/less/breadcrumbs.less b/awx/ui/static/less/breadcrumbs.less index 74ceb42acb..01be1cc388 100644 --- a/awx/ui/static/less/breadcrumbs.less +++ b/awx/ui/static/less/breadcrumbs.less @@ -27,7 +27,6 @@ text-decoration: none; padding: 3px 8px 3px 20px; background: @white; /* fallback color */ - position: relative; left: 0; top: 0; @@ -37,6 +36,11 @@ border-width: thin; float: left; } +.ansible-breadcrumb li:first-child a{ + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .ansible-breadcrumb li.active a { background: @white; color: @black;