Changeset 3383
- Timestamp:
- 08/07/2011 02:09:21 AM (15 years ago)
- Location:
- branches/plugin/bbp-themes/bbp-twentyten
- Files:
-
- 4 edited
-
bbpress/feedback-no-access.php (modified) (1 diff)
-
css/bbpress-rtl.css (modified) (1 diff)
-
css/bbpress.css (modified) (1 diff)
-
single-forum.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/feedback-no-access.php
r3302 r3383 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"> -
branches/plugin/bbp-themes/bbp-twentyten/css/bbpress-rtl.css
r3339 r3383 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; -
branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css
r3368 r3383 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; -
branches/plugin/bbp-themes/bbp-twentyten/single-forum.php
r3311 r3383 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">
Note: See TracChangeset
for help on using the changeset viewer.