Skip to content

Instantly share code, notes, and snippets.

@speedmax
Created August 11, 2009 13:24
Show Gist options
  • Save speedmax/165811 to your computer and use it in GitHub Desktop.
Save speedmax/165811 to your computer and use it in GitHub Desktop.
a.button {
background:transparent url(http://www.siterest.com/images/button_r.png) no-repeat scroll right top;
color:#000000;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
height:32px;
margin:0 6px 0 0 !important;
padding:0 12px 0 0 !important;
text-decoration:none;
}
a.button span {
background:transparent url(https://www.siterest.com/images/button_l.png) no-repeat scroll 0 0;
display:block;
line-height:15px;
padding:6px 5px 5px 18px;
}
a.button:hover span {
text-decoration:underline;
}
<%= link_to '<span>something</span>', 'http://something.com', :class => 'button' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment