aboutsummaryrefslogtreecommitdiff
path: root/views/default
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-06 19:05:57 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-06 19:05:57 +0000
commit5ea429aee3b96d18b7b68473b839f5b6a513f3bd (patch)
tree04fb9ae46e7de22280dbc30ab73223f9d90d12d0 /views/default
parent9df94129f9941cd693c5476da3204a20eabc4d37 (diff)
downloadelgg-5ea429aee3b96d18b7b68473b839f5b6a513f3bd.tar.gz
elgg-5ea429aee3b96d18b7b68473b839f5b6a513f3bd.tar.bz2
breadcrumbs sorted
git-svn-id: https://code.elgg.org/elgg/trunk@1742 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r--views/default/css.php37
1 files changed, 26 insertions, 11 deletions
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;*/