Widget:PersonPageRoundImage: Difference between revisions

From Buddha-Nature
((by SublimeText.Mediawiker))
 
((by SublimeText.Mediawiker))
Line 7: Line 7:
background-size: cover;
background-size: cover;
background-position: center;
background-position: center;
background-repeat: no-repeat;
}
}
</style><div class="bnw-person-page-badge depth-<!--{$depth}--> link-no-border" style="background-image: url('<!--{$filepath}-->');"></div>
</style><div class="bnw-person-page-badge depth-<!--{$depth}--> link-no-border" style="background-image: url('<!--{$filepath}-->');"></div>

Revision as of 15:29, 4 June 2018

<style> .bnw-person-page-badge { display: block; width: ; height: ; border-radius: 50%; background-size: cover; background-position: center; }

</style>