Template:Rounded

From AIE Wiki
Revision as of 01:42, 30 October 2013 by Stigg (talk | contribs) (Created page with "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-b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;

Add inside a style="..." tag to round the corners on a div or table.

Usage:
{{rounded}}

Parameters:
1 = radius (default 10px)