Index: library/src/webapp/skin/default/portal.css =================================================================== --- library/src/webapp/skin/default/portal.css (revision 66727) +++ library/src/webapp/skin/default/portal.css (working copy) @@ -39,12 +39,20 @@ float:none; margin:0; list-style: none; - padding:.5em 0; + padding:.5em; + background-color: #eeeeee; + border-bottom-width: 2px; + border-bottom-style: solid; + border-bottom-color: #88d0e8; } /*style the standard breadcrumbseparator can set display:none if needed because the list-style is taking care of it*/ .breadSeparator{ } +a.lastBreadCrumb{ + color: black; + text-decoration: none; +} #siteHierarchy li{ display:inline; }