Making WordPress.org

Changeset 3981


Ignore:
Timestamp:
09/06/2016 09:02:59 PM (8 years ago)
Author:
coffee2code
Message:

Support: Add rtl styles for user badges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style-rtl.css

    r3941 r3981  
    7878    margin-right: 20px;
    7979}
     80
     81/* User badges */
     82
     83#bbpress-forums .by-plugin-author,
     84#bbpress-forums .by-plugin-contributor,
     85#bbpress-forums .by-theme-author,
     86#bbpress-forums .by-theme-contributor {
     87    border-left: inherit;
     88    border-right: 3px solid green;
     89}
     90
     91#bbpress-forums .author-badge {
     92    float: right;
     93    margin-left: 0;
     94    margin-right: -8px;
     95}
     96
Note: See TracChangeset for help on using the changeset viewer.