Skip to content

Instantly share code, notes, and snippets.

@trident523
Last active December 20, 2015 12:00
Show Gist options
  • Save trident523/6128004 to your computer and use it in GitHub Desktop.
Save trident523/6128004 to your computer and use it in GitHub Desktop.
Additional CSS Rules
#comments>div[id*='post']{
position: relative;
padding: 15px;
margin: 1em 0 3em;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left: 25px;
}
#comments>div[id*='post']::after{
content: "";
position: absolute;
bottom: -15px;
left: 50px;
border-width: 7px 7px 0;
border-style: solid;
border-color: #E0E0E0 transparent;
display: block;
width: 0;
top: 16px;
left: -30px;
bottom: auto;
border-width: 8px 29px 8px 0;
border-color: transparent #E0E0E0;
}
#comments>div[id*='post']>img[id*='grav']{
left: -100px;
top: -20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment