In the account settings page, there is a preview for the featured badges.
However, the CSS-rules of avatar previews are applied to it, which I don't think is intended.
To fix it, simply add:
to the CSS returned by http://starmadedock.net/css.php?css=uix,uix_dark,starmade&style=3&dir=LTR&d=1434847509:1783
This one is directly for DukeofRealms
However, the CSS-rules of avatar previews are applied to it, which I don't think is intended.


CSS:
#featuredBadgeEditor .img ,
#featuredBadgeEditor img
{
border-radius: 0px;
}
This one is directly for DukeofRealms