Skip to content

Instantly share code, notes, and snippets.

@davist11
Created April 12, 2011 18:56
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 davist11/916137 to your computer and use it in GitHub Desktop.
Save davist11/916137 to your computer and use it in GitHub Desktop.
#something {
background: rgb(69, 67, 67);
background: rgba(69, 67, 67, 0.95);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
left: 46px;
overflow: hidden;
position: absolute;
top: 132px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment