Skip to:
Content

BuddyPress.org

Changeset 4807


Ignore:
Timestamp:
07/22/2011 06:37:36 PM (13 years ago)
Author:
boonebgorges
Message:

Fixes alignment of xprofile data in IE and other browsers that don't recognize :last-child. Just kidding, there are no other browsers that don't recognize :last-childe. Fixes #3222

Location:
trunk/bp-themes/bp-default
Files:
2 edited

Legend:

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

    r4806 r4807  
    336336--------------------------------------------------------------*/
    337337p {
    338     margin-bottom: 15px;
    339 }
    340 p:last-child {
    341     margin-bottom: 0;
     338    margin-top: 15px;
     339}
     340p:first-child {
     341    margin-top: 0;
    342342}
    343343.accessibly-hidden {
  • trunk/bp-themes/bp-default/editor-style.css

    r4540 r4807  
    5656}
    5757p {
    58     margin-bottom: 15px;
    59 }
    60 p:last-child {
    61     margin-bottom: 0;
     58    margin-top: 15px;
     59}
     60p:first-child {
     61    margin-top: 0;
    6262}
    6363hr {
Note: See TracChangeset for help on using the changeset viewer.