After installing this, I noticed all boxes had rounded corners, on every corner. The css I have is configured to show rounded corners only on top corners;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
Does this plugin support this type of markup or is there anything I can do to correct the issue? Thank you for any suggestions.