Skip to:
Content

BuddyPress.org

Changeset 4852


Ignore:
Timestamp:
07/25/2011 08:42:02 PM (13 years ago)
Author:
boonebgorges
Message:

Reverts changes in r4807 and makes last-child padding more specific to profile fields. Fixes #3222

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r4851 r4852  
    335335--------------------------------------------------------------*/
    336336p {
    337     margin-top: 15px;
    338 }
    339 p:first-child {
    340     margin-top: 0;
     337    margin-bottom: 15px;
     338}
     339p:last-child {
     340    margin-bottom: 0;
    341341}
    342342.accessibly-hidden {
     
    18141814    margin-bottom: 0;
    18151815}
     1816table.profile-fields p {
     1817    margin-top: 15px;
     1818}
     1819table.profile-fields p:last-child {
     1820    margin-top: 0;
     1821}
    18161822div#sidebar table {
    18171823    margin: 0 -16px;
Note: See TracChangeset for help on using the changeset viewer.