Template:Rounded: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <translate>{{TemplateUsage | ||
{{TemplateUsage | |usage=<pre>{{Rounded|10px}}</pre> | ||
|usage=<pre>{{Rounded| | |||
|description=CSS attributes for border-radius with multiple browser compatibility. | |description=CSS attributes for border-radius with multiple browser compatibility. | ||
<b>Value</b> parameter is optional. | <b>Value</b> parameter is optional. | ||
}} | }}</translate> | ||
</ | |||
border-radius: {{{1|10px}}}; -moz-border-radius: {{{1|10px}}}; -webkit-border-radius: {{{1|10px}}}; -khtml-border-radius: {{{1|10px}}}; -icab-border-radius: {{{1|10px}}}; -o-border-radius: {{{1|10px}}}; | <onlyinclude>border-radius: {{{1|10px}}}; -moz-border-radius: {{{1|10px}}}; -webkit-border-radius: {{{1|10px}}}; -khtml-border-radius: {{{1|10px}}}; -icab-border-radius: {{{1|10px}}}; -o-border-radius: {{{1|10px}}};</onlyinclude> | ||
{{BulbAttrib|Template:Roundy}} | {{BulbAttrib|Template:Roundy}} | ||
[[Category:Table templates]] | [[Category:Table templates]] | ||