Widget:PersonPageRoundImage: Difference between revisions

From Buddha-Nature
((by SublimeText.Mediawiker))
((by SublimeText.Mediawiker))
Line 2: Line 2:
.bnw-person-page-badge {
.bnw-person-page-badge {
display: block;
display: block;
width: <!--{$size}-->;
width: <!--{$width}-->;
height: <!--{$size}-->;
height: {{#if: <!--{$height}--> | <!--{$height}--> | <!--{$width}-->}};
border-radius: 50%;
border-radius: 50%;
background-size: cover;
background-size: cover;

Revision as of 16:51, 20 June 2018

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

</style>