Making WordPress.org

Ticket #2095: 0001-Fix-username-direction-in-rtl.patch

File 0001-Fix-username-direction-in-rtl.patch, 832 bytes (added by JoeFusco, 8 years ago)

patch-2095

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

    From 4e3721b988afe8d30079ed0c5a488a320303141f Mon Sep 17 00:00:00 2001
    From: Joseph Fusco <hello@josephfus.co>
    Date: Thu, 29 Sep 2016 09:11:14 -0400
    Subject: [PATCH] Fix @username direction in rtl
    
    ---
     buddypress.org/public_html/wp-content/themes/bb-base/style.css | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git buddypress.org/public_html/wp-content/themes/bb-base/style.css buddypress.org/public_html/wp-content/themes/bb-base/style.css
    index b436678..f82e210 100644
    div.plugin-meta img { 
    13741374#bbpress-forums p.bbp-user-nicename {
    13751375        font-weight: bold;
    13761376        color: #888;
     1377        direction: ltr;
    13771378        word-wrap: break-word;
    13781379        display: inline-block;
    13791380        margin: 0;