From 5ea429aee3b96d18b7b68473b839f5b6a513f3bd Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 6 Aug 2008 19:05:57 +0000 Subject: breadcrumbs sorted git-svn-id: https://code.elgg.org/elgg/trunk@1742 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) (limited to 'views') diff --git a/views/default/css.php b/views/default/css.php index 6af2f0f29..dda4200db 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1925,17 +1925,6 @@ a.toggle_customise_edit_panel:hover { /* *************************************** GROUPS *************************************** */ -/* general page titles in main content area */ -#content_area_user_title h2 { - background:#F5F5F5; - border-top:2px solid #4690D6; - margin:0 0 5px 0; - padding:5px; - color:#0054A7; - font-size:1.35em; - line-height:1.2em; -} - #content_area_group_title h2 { background:#FDFFC3; padding:5px; @@ -2014,6 +2003,32 @@ a.toggle_customise_edit_panel:hover { STUFF BELOW NEEDS SORTING *************************************** */ +#pages_breadcrumbs { + font-size: 80%; + color:#999999; + padding:0; + margin:0 0 10px 0; +} +#pages_breadcrumbs a { + color:#999999; + text-decoration: none; +} +#pages_breadcrumbs a:hover { + color: #0054a7; + text-decoration: underline; +} + +/* general page titles in main content area */ +#content_area_user_title h2 { + background:#F5F5F5; + border-top:2px solid #4690D6; + margin:0 0 5px 0; + padding:5px; + color:#0054A7; + font-size:1.35em; + line-height:1.2em; +} + /* not needed? - replaced by #wrapper_maincontent.single_column */ #forums, #forum_topics, #topic_posts { /* background:white;*/ -- cgit v1.2.3