Created
July 5, 2013 10:03
-
-
Save QETHAN/5933498 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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