Changeset 3835
- Timestamp:
- 04/14/2012 09:16:00 PM (13 years ago)
- Location:
- branches/plugin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-theme-compat/css/bbpress.css
r3834 r3835 107 107 108 108 #bbpress-forums .bbp-forums-list { 109 margin -left:5px;109 margin: 0 0 0 5px; 110 110 padding-left: 15px; 111 111 border-left: 1px solid #ddd; … … 114 114 #bbpress-forums .bbp-forums-list li { 115 115 display: inline; 116 font-size: 11px; 116 117 } 117 118 -
branches/plugin/bbp-themes/bbp-twentyten/bbpress/loop-single-forum.php
r3820 r3835 28 28 <?php do_action( 'bbp_theme_before_forum_description' ); ?> 29 29 30 <div class="bbp-forum- description"><?php the_content(); ?></div>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-themes/bbp-twentyten/css/bbpress-rtl.css
r3820 r3835 272 272 -------------------------------------------------------------- */ 273 273 274 #content table tbody tr .bbp-forum- descriptionp {274 #content table tbody tr .bbp-forum-content p { 275 275 margin-bottom: 0; 276 276 font-size: 13px; -
branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css
r3820 r3835 267 267 -------------------------------------------------------------- */ 268 268 269 #content table tbody tr .bbp-forum- descriptionp {269 #content table tbody tr .bbp-forum-content p { 270 270 margin-bottom: 0; 271 271 font-size: 13px; 272 272 font-style: italic; 273 273 } 274 274 275 #content table tbody tr ul.bbp-forums { 275 276 list-style: none; … … 281 282 #content table tbody tr ul.bbp-forums li { 282 283 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; 283 295 } 284 296
Note: See TracChangeset
for help on using the changeset viewer.