Changeset 919
- Timestamp:
- 01/26/2009 08:15:34 PM (16 years ago)
- Location:
- trunk/buddypress-theme
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-home/css/base.css
r853 r919 82 82 padding: 25px 20px; 83 83 } 84 #header h1 { 84 #header h1 a { 85 text-indent: -999em; 86 background: url(../images/logo.gif) top left no-repeat; 87 overflow: hidden; 85 88 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; 90 91 float: left; 91 92 } -
trunk/buddypress-theme/buddypress-home/header.php
r877 r919 38 38 39 39 <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> 41 41 42 42 <ul id="nav"> -
trunk/buddypress-theme/member-themes/buddypress-member/css/base.css
r903 r919 73 73 background: #fff; 74 74 } 75 76 #header h1 {75 #header h1 a { 76 text-indent: -999em; 77 77 background: url(../images/logo.gif) top left no-repeat; 78 78 overflow: hidden; 79 text-indent: -999em;80 79 width: 214px; 81 80 height: 35px; 81 display: block; 82 82 } 83 83 -
trunk/buddypress-theme/member-themes/buddypress-member/header.php
r875 r919 35 35 36 36 <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> 38 38 39 39 <ul id="nav">
Note: See TracChangeset
for help on using the changeset viewer.