Skip to content

Instantly share code, notes, and snippets.

@apanzerj
Created August 7, 2012 05:31
Show Gist options
  • Save apanzerj/3281967 to your computer and use it in GitHub Desktop.
Save apanzerj/3281967 to your computer and use it in GitHub Desktop.
Widget Stack CSS
​#tray{
display: none;
position: relative;
}
.idThief_base{
}
.idThief_primary{
font-color: black;
}
.border_style{
padding:10px;
border-style: solid;
border-width: 1px;
border-color: black;
}
#hide{
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment