Making WordPress.org


Ignore:
Timestamp:
05/23/2016 10:31:27 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Update contributor list styling.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss

    r3205 r3223  
    7777            }
    7878        }
     79
     80        .plugin-developers {
     81            list-style-type: none;
     82            margin: 0;
     83
     84            li {
     85                display: inline-block;
     86                margin: 0 4% 1rem 0;
     87                vertical-align: top;
     88                width: 48%;
     89
     90                &:nth-of-type( even ) {
     91                    margin-right: 0;
     92                }
     93            }
     94
     95            .avatar {
     96                margin-right: 10px;
     97                vertical-align: middle;
     98            }
     99        }
    79100    }
    80101
Note: See TracChangeset for help on using the changeset viewer.