Changeset 2585
- Timestamp:
- 02/04/2010 12:31:13 PM (16 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 edited
-
_inc/css/default.css (modified) (5 diffs)
-
members/single/profile/profile-loop.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r2571 r2585 449 449 clear: left; 450 450 overflow: hidden; 451 margin: 25px -20px 5px -20px;451 margin: 25px -20px 20px -20px; 452 452 background: #eaeaea; 453 453 } … … 525 525 div.item-list-tabs#subnav { 526 526 background: #fff; 527 margin: 0-20px 15px -20px;527 margin: -15px -20px 15px -20px; 528 528 border-bottom: 1px solid #eaeaea; 529 529 min-height: 35px; … … 575 575 576 576 div.pagination { 577 margin: 0-20px 9px -20px;577 margin: -15px -20px 9px -20px; 578 578 border-bottom: 1px solid #eaeaea; 579 579 padding: 10px 20px 10px 20px; … … 588 588 padding: 8px 15px; 589 589 } 590 div#item-body div.item-list-tabs + div div.pagination {591 margin-top: -15px;592 }593 590 594 591 div.pagination .pag-count { … … 848 845 } 849 846 850 table.profile-fields { margin-bottom: 20px; }847 table.profile-fields { margin-bottom: 20px; } 851 848 852 849 div#sidebar table { -
trunk/bp-themes/bp-default/members/single/profile/profile-loop.php
r2558 r2585 12 12 13 13 <div class="bp-widget <?php bp_the_profile_group_slug() ?>"> 14 <h4><?php bp_the_profile_group_name() ?></h4> 14 <?php if ( 1 != bp_get_the_profile_group_id() ) : ?> 15 <h4><?php bp_the_profile_group_name() ?></h4> 16 <?php endif; ?> 15 17 16 18 <table class="profile-fields">
Note: See TracChangeset
for help on using the changeset viewer.