Difference between revisions of "Template:Roundyright"

From Nookipedia, the Animal Crossing wiki
(Dropping browser-specific CSS (no longer needed due to widespread support of border-radius))
Line 1: Line 1:
border-top-right-radius: {{{1|20px}}}; -moz-border-radius-topright: {{{1|20px}}}; -webkit-border-top-right-radius: {{{1|20px}}}; -khtml-border-top-right-radius: {{{1|20px}}}; -icab-border-top-right-radius: {{{1|20px}}}; -o-border-top-right-radius: {{{1|20px}}}; border-bottom-right-radius: {{{1|20px}}}; -moz-border-radius-bottomright: {{{1|20px}}}; -webkit-border-bottom-right-radius: {{{1|20px}}}; -khtml-border-bottom-right-radius: {{{1|20px}}}; -icab-border-bottom-right-radius: {{{1|20px}}}; -o-border-bottom-right-radius: {{{1|20px}}};
+
border-top-right-radius: {{{1|20px}}}; border-bottom-right-radius: {{{1|20px}}};

Revision as of 01:39, November 23, 2020

border-top-right-radius: 20px; border-bottom-right-radius: 20px;