Skip to content

Instantly share code, notes, and snippets.

@matthewpennell
Created December 4, 2014 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewpennell/8b3cabb7e9e3db88a835 to your computer and use it in GitHub Desktop.
Save matthewpennell/8b3cabb7e9e3db88a835 to your computer and use it in GitHub Desktop.
CSS selector
.demo {
display: inline-block;
overflow: visible;
background-color: #e6edf6;
color: #666;
font-weight: normal;
text-decoration: none;
white-space: nowrap;
vertical-align: top;
margin-left: 1em;
padding-left: 0;
padding-right: .5em;
cursor: help;
-webkit-border-radius: .275em;
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: .275em;
-moz-border-radius-topleft: 0;
-moz-border-radius-bottomleft: 0;
border-radius: .275em;
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment