Skip to:
Content

bbPress.org

Changeset 3383


Ignore:
Timestamp:
08/07/2011 02:09:21 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Change bbp-forum-info class to bbp-forum-content in same places. Fixes #1590. Props sorich87.

Location:
branches/plugin/bbp-themes/bbp-twentyten
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/feedback-no-access.php

    r3302 r3383  
    1010?>
    1111
    12 <div id="forum-private" class="bbp-forum-info">
     12<div id="forum-private" class="bbp-forum-content">
    1313    <h1 class="entry-title"><?php _e( 'Private', 'bbpress' ); ?></h1>
    1414    <div class="entry-content">
  • branches/plugin/bbp-themes/bbp-twentyten/css/bbpress-rtl.css

    r3339 r3383  
    523523.bbp-topics tr.super-sticky td,
    524524.bbp-topics tr.sticky td,
    525 .bbp-forum-info tr.sticky td {
     525.bbp-forum-content tr.sticky td {
    526526    background-color: #ffffe0 !important;
    527527    font-size: 1.1em;
  • branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css

    r3368 r3383  
    533533.bbp-topics tr.super-sticky td,
    534534.bbp-topics tr.sticky td,
    535 .bbp-forum-info tr.sticky td {
     535.bbp-forum-content tr.sticky td {
    536536    background-color: #ffffe0 !important;
    537537    font-size: 1.1em;
  • branches/plugin/bbp-themes/bbp-twentyten/single-forum.php

    r3311 r3383  
    2121                    <?php if ( bbp_user_can_view_forum() ) : ?>
    2222
    23                         <div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-info">
     23                        <div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-content">
    2424                            <h1 class="entry-title"><?php bbp_forum_title(); ?></h1>
    2525                            <div class="entry-content">
Note: See TracChangeset for help on using the changeset viewer.