|
Round corners for Notices
Simple little mod that adds a radius to your notices. Simply add the following css to your additional.css and edit the radius to fit your needs.
NOTE: will not work on older browsers that don't support CSS3 Code:
.notices li {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
Download No files for download. Screenshots |
|||||||||