Skip to:
Content

bbPress.org

Changeset 3835


Ignore:
Timestamp:
04/14/2012 09:16:00 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Tweak bbp-forum-content and bbp-forums-list styling. Fixes #1800.

Location:
branches/plugin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-theme-compat/css/bbpress.css

    r3834 r3835  
    107107
    108108#bbpress-forums .bbp-forums-list {
    109     margin-left: 5px;
     109    margin: 0 0 0 5px;
    110110    padding-left: 15px;
    111111    border-left: 1px solid #ddd;
     
    114114#bbpress-forums .bbp-forums-list li {
    115115    display: inline;
     116    font-size: 11px;
    116117}
    117118
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/loop-single-forum.php

    r3820 r3835  
    2828            <?php do_action( 'bbp_theme_before_forum_description' ); ?>
    2929
    30             <div class="bbp-forum-description"><?php the_content(); ?></div>
     30            <div class="bbp-forum-content"><?php the_content(); ?></div>
    3131
    3232            <?php do_action( 'bbp_theme_after_forum_description' ); ?>
  • branches/plugin/bbp-themes/bbp-twentyten/css/bbpress-rtl.css

    r3820 r3835  
    272272-------------------------------------------------------------- */
    273273
    274 #content table tbody tr .bbp-forum-description p {
     274#content table tbody tr .bbp-forum-content p {
    275275    margin-bottom: 0;
    276276    font-size: 13px;
  • branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css

    r3820 r3835  
    267267-------------------------------------------------------------- */
    268268
    269 #content table tbody tr .bbp-forum-description p {
     269#content table tbody tr .bbp-forum-content p {
    270270    margin-bottom: 0;
    271271    font-size: 13px;
    272272    font-style: italic;
    273273}
     274
    274275#content table tbody tr ul.bbp-forums {
    275276    list-style: none;
     
    281282#content table tbody tr ul.bbp-forums li {
    282283    display: inline;
     284}
     285
     286#bbpress-forums .bbp-forums-list {
     287    margin: 0 0 0 5px;
     288    padding-left: 15px;
     289    border-left: 1px solid #ddd;
     290}
     291
     292#bbpress-forums .bbp-forums-list li {
     293    display: inline;
     294    font-size: 11px;
    283295}
    284296
Note: See TracChangeset for help on using the changeset viewer.