From 6b7325c3138ea5a3f20f2d95dce05242b0cdb653 Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 3 Dec 2010 01:21:14 +0000 Subject: updated breadcrumbs with elgg- namespace git-svn-id: http://code.elgg.org/elgg/trunk@7508 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/screen.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views/default/css/screen.php') diff --git a/views/default/css/screen.php b/views/default/css/screen.php index c564e876b..acb2878fc 100644 --- a/views/default/css/screen.php +++ b/views/default/css/screen.php @@ -667,7 +667,7 @@ li.navigation-more ul li { /* *************************************** BREADCRUMBS *************************************** */ -.breadcrumbs { +.elgg-breadcrumbs { font-size: 80%; line-height:1.2em; color:#bababa; @@ -675,12 +675,12 @@ li.navigation-more ul li { top:-6px; left:0; } -.breadcrumbs a { +.elgg-breadcrumbs a { color:#999999; font-weight:bold; text-decoration: none; } -.breadcrumbs a:hover { +.elgg-breadcrumbs a:hover { color: #0054a7; text-decoration: underline; } -- cgit v1.2.3