Skip to content

Instantly share code, notes, and snippets.

@paulslugocki
Created September 22, 2011 15:09
Show Gist options
  • Save paulslugocki/1235012 to your computer and use it in GitHub Desktop.
Save paulslugocki/1235012 to your computer and use it in GitHub Desktop.
Step 1 "Book" link styling
#tourcms-step1 table table a {
border: 1px solid #ddd;
padding: 8px 10px 8px 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
color: #888;
font-size: 13px;
font-weight: normal;
vertical-align: bottom;
cursor: pointer;
}
#tourcms-step1 table table a:hover, #tourcms-step1 table a:focus {
border-color: #aaa;
color: #555;
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment