diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-08-30 09:15:12 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-08-30 09:15:12 +0000 |
commit | cdf8bfe635c9ee4fd518f35a4d21529a34edbfc6 (patch) | |
tree | a8593cd5c16d38cfb9af3f5d6efa99c442c1eb27 /views/default/css.php | |
parent | 3a8b119331beca1e31b3f7ca376395acb9ab3bb0 (diff) | |
download | elgg-cdf8bfe635c9ee4fd518f35a4d21529a34edbfc6.tar.gz elgg-cdf8bfe635c9ee4fd518f35a4d21529a34edbfc6.tar.bz2 |
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
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 6 |
1 files changed, 3 insertions, 3 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; } |