You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paolodona edited this page Sep 12, 2010
·
4 revisions
The SpiffyCorners widget gives you pure CSS rounded boxes.
The corners are not antialiased, so choose your colors wisely as too much contrast could result in sharp edges.
The CSS technique used has been completely ripped off from: http://www.spiffycorners.com.
How to use it:
<% spiffy_corners :generate_css => true do %>
I feel rounded!
<% end %>
If you have more than one SpiffyCorners in you page, you need to specify the :generate_css => true option just once, typically on the first one.