Skip to content

Instantly share code, notes, and snippets.

@jsjohnst
Created December 27, 2010 05:45
Show Gist options
  • Save jsjohnst/755894 to your computer and use it in GitHub Desktop.
Save jsjohnst/755894 to your computer and use it in GitHub Desktop.
Pure CSS (without extra HTML markup) comment speech bubbles for SquareSpace blogs.
.journal-comment-area-wrapper .comment .signature:before {
font-size: 10px;
content: '';
display: block;
height: 0;
width: 0;
border-right: 2em solid #666;
border-bottom: 2em solid #000;
border-bottom: 2em solid transparent;
position: absolute;
right: 4em;
bottom: 4em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment