Ticket #2038: meta-2038.2.patch
File meta-2038.2.patch, 2.5 KB (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-topic-lead.php
21 21 22 22 <?php do_action( 'bbp_theme_before_topic_author_details' ); ?> 23 23 24 <?php bbp_topic_author_link( array( 'sep' => ' <br />', 'show_role' => true ) ); ?>24 <?php bbp_topic_author_link( array( 'sep' => '', 'show_role' => true ) ); ?> 25 25 26 26 <?php bbp_user_nicename( bbp_get_topic_author_id(), array( 'before' => '<p class="bbp-user-nicename">@', 'after' => '</p>' ) ); ?> 27 27 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php
15 15 16 16 <?php do_action( 'bbp_theme_before_reply_author_details' ); ?> 17 17 18 <?php bbp_reply_author_link( array( 'sep' => ' <br />', 'show_role' => true, 'size' => 100 ) ); ?>18 <?php bbp_reply_author_link( array( 'sep' => '', 'show_role' => true, 'size' => 100 ) ); ?> 19 19 20 20 <?php bbp_user_nicename( bbp_get_reply_author_id(), array( 'before' => '<p class="bbp-user-nicename">@', 'after' => '</p>' ) ); ?> 21 21 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css
272 272 font-size: 12px; 273 273 } 274 274 275 #bbpress-forums div.bbp-topic-author a.bbp-author-name, 276 #bbpress-forums div.bbp-reply-author a.bbp-author-name { 277 font-size: 13px; 278 font-weight: bold; 279 } 280 281 #bbpress-forums .bbp-author-role { 282 margin: 0; 283 border: 0; 284 background-color: initial; 285 } 286 275 287 /* Colors */ 276 288 a { 277 289 color: #0073aa; … … 405 417 } 406 418 407 419 #bbpress-forums .bbp-author-role { 408 margin: -20px 00;409 padding: 0 6px;420 margin: 0; 421 padding: 0; 410 422 } 411 423 412 424 #bbpress-forums p.bbp-topic-post-date,