Changeset 3223 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
- Timestamp:
- 05/23/2016 10:31:27 PM (9 years ago)
- 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 77 77 } 78 78 } 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 } 79 100 } 80 101
Note: See TracChangeset
for help on using the changeset viewer.