Skip to content

Instantly share code, notes, and snippets.

@lenagroeger
Created March 4, 2013 16:13
Show Gist options
  • Save lenagroeger/5083360 to your computer and use it in GitHub Desktop.
Save lenagroeger/5083360 to your computer and use it in GitHub Desktop.
a.action, .social-stack>section.action {
display: block;
background-color: #65ab67;
color: white !important;
text-align: center;
float: left;
font-weight: bold;
font-family: "Helvetica Neue","Arial",sans-serif;
font-size: 13px;
border: 1px solid #688b68;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0px rgba(255,255,255,0.3),1px 1px 0 rgba(0,0,0,0.3);
box-shadow: inset 0 1px 0px rgba(255,255,255,0.3),1px 1px 0 rgba(0,0,0,0.3);
padding-bottom: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment