From cdf8bfe635c9ee4fd518f35a4d21529a34edbfc6 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Mon, 30 Aug 2010 09:15:12 +0000 Subject: Refs #2394: changed breadcrumbs from an id to a class git-svn-id: http://code.elgg.org/elgg/trunk@6882 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 6 +++--- views/default/navigation/breadcrumbs.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/default/css.php b/views/default/css.php index d790cefd5..d48f31442 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -649,7 +649,7 @@ li.navigation_more ul li { /* *************************************** BREADCRUMBS *************************************** */ -#breadcrumbs { +.breadcrumbs { font-size: 80%; line-height:1.2em; color:#bababa; @@ -657,12 +657,12 @@ li.navigation_more ul li { top:-6px; left:0; } -#breadcrumbs a { +.breadcrumbs a { color:#999999; font-weight:bold; text-decoration: none; } -#breadcrumbs a:hover { +.breadcrumbs a:hover { color: #0054a7; text-decoration: underline; } diff --git a/views/default/navigation/breadcrumbs.php b/views/default/navigation/breadcrumbs.php index 8c1045feb..d0becb367 100644 --- a/views/default/navigation/breadcrumbs.php +++ b/views/default/navigation/breadcrumbs.php @@ -37,7 +37,7 @@ $breadcrumbs_html = implode(' > ', $formatted_breadcrumbs); echo <<<___END -