Changeset 4836
- Timestamp:
- 07/24/2011 06:44:27 PM (14 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r4835 r4836 928 928 5.5 - Posts 929 929 --------------------------------------------------------------*/ 930 .sticky .date {931 background: #fff9db;932 border-top: 1px solid #ffe8c4;933 border-bottom: 1px solid #ffe8c4;934 color: #ffa200;935 padding: 5px;936 }937 930 div.page, 938 931 div.post, … … 1029 1022 .tags { 1030 1023 float: left; 1024 } 1025 span.sticky-post { 1026 font-style: normal; 1031 1027 } 1032 1028 -
trunk/bp-themes/bp-default/index.php
r4528 r4836 23 23 <?php echo get_avatar( get_the_author_meta( 'user_email' ), '50' ); ?> 24 24 <p><?php printf( _x( 'by %s', 'Post written by...', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></p> 25 26 <?php if ( is_sticky() ) : ?> 27 <span class="activity sticky-post"><?php echo _x( 'Featured', 'Sticky post', 'buddypress' ); ?></span> 28 <?php endif; ?> 25 29 </div> 26 30
Note: See TracChangeset
for help on using the changeset viewer.