Skip to:
Content

BuddyPress.org

Ticket #6000: 6000-1.patch

File 6000-1.patch, 401 bytes (added by hnla, 10 years ago)

Add display: block to messages.updated to counter twentyfifteen .updated:not(.published) ruleset

  • src/bp-templates/bp-legacy/css/buddypress.css

     
    512512}
    513513#buddypress div#message.updated {
    514514        clear: both;
     515        display: block;
    515516}
    516517#buddypress div#message p,
    517518#sitewide-notice p {