Rounded corners
Categories
Component ID
132702
Component name
Rounded corners
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
10140
Component created
Component changed
Component body
Rounded corners integrates Rounded corners jQuery plugin with Drupal.
The most simple use of the module can be summarized in the following lines:
$commands = array();
$commands[] = array('selector' => '.foo');
// Add the rounded corners.
rounded_corners_add_corners($commands);
README.txt covers all options and features.