Skip to:
Content

BuddyPress.org

Ticket #8660: 8660.diff

File 8660.diff, 739 bytes (added by aezazshekh, 3 years ago)

added patch

  • buddypress.org/public_html/wp-content/themes/bb-base/style.css

    diff --git a/buddypress.org/public_html/wp-content/themes/bb-base/style.css b/buddypress.org/public_html/wp-content/themes/bb-base/style.css
    index e42780aee..c22fdeb7b 100644
    a b p.plans { 
    131131#showcase-inner {
    132132        margin: 0 auto;
    133133        width: 100%;
    134         padding: 20px 0 0;
     134        padding: 20px 10px 0;
    135135}
    136136#showcase h3 {
    137137        color: #333;
    body.trac .attachment { 
    17561756        }
    17571757}
    17581758
     1759@media only screen and (max-width: 714px) {
     1760        #showcase-inner {
     1761                padding-bottom: 20px;
     1762        }
     1763}
     1764
    17591765/* Mobile */
    17601766@media only screen and (max-width: 480px) {
    17611767        #bbpress-forums div.bbp-topic-author img.avatar,