Changes between Initial Version and Version 1 of Ticket #3271, comment 17
- Timestamp:
- 06/11/2011 03:37:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3271, comment 17
initial v1 7 7 8 8 <ul id="admins-list" class="item-list"> 9 10 This gives me a token I can style on to remove the border-bottom, perhaps for bp-default this ought to be used but run on the ul (difficult as it's outside the while loop) and changed to read 'single-line' to try and preserve whatever may be expected by themes?11 9 12 10 <?php while ( bp_members() ) : bp_the_member(); ?> … … 14 12 <li <?php if($i === $count_admins): ?>class="list-last" <?php endif; ?>> 15 13 }}} 14 15 This gives me a token I can style on to remove the border-bottom, perhaps for bp-default this ought to be used but run on the ul (difficult as it's outside the while loop) and changed to read 'single-line' to try and preserve whatever may be expected by themes?