Changeset 5121 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/developers/style.scss
- Timestamp:
- 03/08/2017 12:06:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/developers/style.scss
r4313 r5121 1 .plugin-developers { 2 list-style-type: none; 3 margin: 0; 1 .plugin-developers .contributors-list { 2 font-size: 0; 4 3 5 4 li { 6 5 display: inline-block; 7 margin: 0 4% 1rem 0; 6 font-size: ms( 0 ); 7 margin-right: 4%; 8 8 vertical-align: top; 9 9 width: 48%; … … 14 14 } 15 15 } 16 17 .avatar {18 border-radius: 50%;19 margin-right: 10px;20 vertical-align: middle;21 float: left;22 }
Note: See TracChangeset
for help on using the changeset viewer.