Changeset 1991
- Timestamp:
- 09/29/2009 06:37:56 PM (16 years ago)
- Location:
- trunk/bp-themes
- Files:
-
- 2 edited
-
bp-default/_inc/css/screen.css (modified) (1 diff)
-
bp-sn-parent/groups/group-loop.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/screen.css
r1966 r1991 537 537 font-size: 0.9em; 538 538 color: #888; 539 margin: 10px 200px 0 65px; 540 } 539 margin: 10px 10px 0 68px; 540 } 541 #group-dir-list .desc { margin-right: 200px; } 541 542 542 543 div.action { -
trunk/bp-themes/bp-sn-parent/groups/group-loop.php
r1905 r1991 30 30 <?php endif; ?> 31 31 32 < pclass="desc">32 <div class="desc"> 33 33 <?php bp_group_description_excerpt() ?> 34 </ p>34 </div> 35 35 36 36 <?php do_action( 'bp_before_my_groups_list_item' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.