Skip to content

Instantly share code, notes, and snippets.

@QETHAN
Created July 5, 2013 10:03
Show Gist options
  • Save QETHAN/5933498 to your computer and use it in GitHub Desktop.
Save QETHAN/5933498 to your computer and use it in GitHub Desktop.
.info-bubble span{
width: 0;
height: 0;
font-size: 0;
overflow: hidden;
position: absolute;
}
/**/
.info-bubble span.tail{
border-width: 16px;
border-style: solid dashed dashed;
border-color: rgba(150,150,150,0.2) transparent transparent;
left: 20px;
bottom: -34px;
}
.info-bubble span.top{
border-width: 16px;
border-style: solid dashed dashed;
border-color: #ffffff transparent transparent;
left: 20px;
bottom: -32px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment