Changeset 3834
- Timestamp:
- 04/14/2012 09:08:44 PM (13 years ago)
- Location:
- branches/plugin/bbp-theme-compat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-theme-compat/bbpress/loop-single-forum.php
r3735 r3834 28 28 <?php do_action( 'bbp_theme_before_forum_description' ); ?> 29 29 30 < p class="bbp-forum-content"><?php the_content(); ?></p>30 <div class="bbp-forum-content"><?php the_content(); ?></div> 31 31 32 32 <?php do_action( 'bbp_theme_after_forum_description' ); ?> -
branches/plugin/bbp-theme-compat/css/bbpress.css
r3735 r3834 106 106 } 107 107 108 #bbpress-forums .bbp-forums-list { 109 margin-left: 5px; 110 padding-left: 15px; 111 border-left: 1px solid #ddd; 112 } 113 114 #bbpress-forums .bbp-forums-list li { 115 display: inline; 116 } 117 108 118 #bbpress-forums li.bbp-footer p { 109 119 margin: 0; … … 122 132 } 123 133 124 #bbpress-forums .bbp-forum-content {134 #bbpress-forums .bbp-forum-content p { 125 135 margin: 5px 0 0; 126 136 font-style: italic;
Note: See TracChangeset
for help on using the changeset viewer.