<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
*
* Avatars on Memberlist extension for the phpBB Forum Software package.
*
* @copyright (c) 2016 Jakub Senko &lt;jakubsenko@gmail.com&gt;
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

#memberlist .avatar,
#memberlist img[src^="//secure.gravatar.com"] {
	display: inline-block;
	width: auto;
	max-width: 50px;
	max-height: 20px;
	margin-bottom: 2px;
	vertical-align: middle;
}
</pre></body></html>