साचा:Round corners
Appearance
border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75); -moz-box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75); -webkit-box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75);
Template documentation
This template is used to produce rounded corners for tables. Just embed it in any <div>, <table>: etc. element.
Example
<div style="background-color: #ffff66; {{round corners}} padding: 0.5em 1em;">Text text text</div>
- which produces:
Text text text