Skip to:
Content

BuddyPress.org

Changeset 919


Ignore:
Timestamp:
01/26/2009 08:15:34 PM (16 years ago)
Author:
apeatling
Message:

Fixes #188, thanks to borkweb for the patch.

Location:
trunk/buddypress-theme
Files:
4 edited

Legend:

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

    r853 r919  
    8282    padding: 25px 20px;
    8383}
    84     #header h1 {
     84    #header h1 a {
     85        text-indent: -999em;
     86        background: url(../images/logo.gif) top left no-repeat;
     87        overflow: hidden;
    8588        width: 214px;
    86         height: 29px;
    87         overflow: hidden;
    88         text-indent: -999px;
    89         background: url(../images/logo.gif) top left no-repeat;
     89        height: 35px;
     90        display: block;
    9091        float: left;
    9192    }
  • trunk/buddypress-theme/buddypress-home/header.php

    r877 r919  
    3838
    3939    <div id="header">       
    40         <h1 id="logo"><?php bp_site_name() ?></h1>
     40        <h1 id="logo"><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>
    4141       
    4242        <ul id="nav">
  • trunk/buddypress-theme/member-themes/buddypress-member/css/base.css

    r903 r919  
    7373    background: #fff;
    7474}
    75 
    76     #header h1 {
     75    #header h1 a {
     76        text-indent: -999em;
    7777        background: url(../images/logo.gif) top left no-repeat;
    7878        overflow: hidden;
    79         text-indent: -999em;
    8079        width: 214px;
    8180        height: 35px;
     81        display: block;
    8282    }
    8383
  • trunk/buddypress-theme/member-themes/buddypress-member/header.php

    r875 r919  
    3535
    3636<div id="header">
    37     <h1 id="logo"><?php bp_site_name() ?></h1>
     37    <h1 id="logo"><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>
    3838   
    3939    <ul id="nav">
Note: See TracChangeset for help on using the changeset viewer.