Ticket #1590: 1590.diff
| File 1590.diff, 2.0 KB (added by , 15 years ago) |
|---|
-
bbp-themes/bbp-twentyten/css/bbpress-rtl.css
522 522 .bbp-topics-front tr.super-sticky td, 523 523 .bbp-topics tr.super-sticky td, 524 524 .bbp-topics tr.sticky td, 525 .bbp-forum- infotr.sticky td {525 .bbp-forum-content tr.sticky td { 526 526 background-color: #ffffe0 !important; 527 527 font-size: 1.1em; 528 528 } -
bbp-themes/bbp-twentyten/css/bbpress.css
532 532 .bbp-topics-front tr.super-sticky td, 533 533 .bbp-topics tr.super-sticky td, 534 534 .bbp-topics tr.sticky td, 535 .bbp-forum- infotr.sticky td {535 .bbp-forum-content tr.sticky td { 536 536 background-color: #ffffe0 !important; 537 537 font-size: 1.1em; 538 538 } -
bbp-themes/bbp-twentyten/single-forum.php
20 20 21 21 <?php if ( bbp_user_can_view_forum() ) : ?> 22 22 23 <div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum- info">23 <div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-content"> 24 24 <h1 class="entry-title"><?php bbp_forum_title(); ?></h1> 25 25 <div class="entry-content"> 26 26 -
bbp-themes/bbp-twentyten/bbpress/feedback-no-access.php
9 9 10 10 ?> 11 11 12 <div id="forum-private" class="bbp-forum- info">12 <div id="forum-private" class="bbp-forum-content"> 13 13 <h1 class="entry-title"><?php _e( 'Private', 'bbpress' ); ?></h1> 14 14 <div class="entry-content"> 15 15 <div class="bbp-template-notice info">