Skip to:
Content

BuddyPress.org

Changeset 1251


Ignore:
Timestamp:
03/25/2009 04:04:13 PM (15 years ago)
Author:
apeatling
Message:

Home theme updates to provide better support for widget CSS and new page title rendering.

Location:
trunk/bp-themes/buddypress-home
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/buddypress-home/css/base.css

    r1196 r1251  
    165165}
    166166    .activity-list { padding: 0; border: 1px solid #fff; margin-top: -1px; }
    167 
    168     .widget ul.item-list li .item-avatar, .avatar-block img.avatar {
    169         float: left;
    170         margin: 0 15px 0 0;
     167   
     168    .widget ul.item-list {
     169        margin-top: 5px !important;
    171170    }
    172171   
     
    179178        margin: 0 0 7px 0; 
    180179    }
    181        
     180   
     181    .bp_blogs_widget_recent_posts img.avatar {
     182        width: 50px !important;
     183        height: 50px !important;
     184    }   
     185   
    182186    .widget ul.item-list li .item {
    183187        margin-left: 71px;
    184188    }
     189        .bp_blogs_widget_recent_posts ul.item-list li .item {
     190            margin-left: 31px;
     191        }
    185192   
    186193    .widget ul.item-list li .item-meta {
     
    192199        text-align: right;
    193200        font-size: 0.9em;
    194         margin: -15px 0 5px 0;
     201        margin: -15px 0 0 0;
    195202    }
    196203   
     
    255262.widget #ajax-loader-members, .widget #ajax-loader-groups {
    256263    padding-right: 5px;
     264    float: none !important;
    257265}
    258266
  • trunk/bp-themes/buddypress-home/header.php

    r1089 r1251  
    55<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    66
    7 <title><?php bloginfo('name'); ?></title>
     7<title><?php bp_page_title() ?></title>
    88
    99<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
Note: See TracChangeset for help on using the changeset viewer.