Last active
December 20, 2015 12:00
-
-
Save trident523/6128004 to your computer and use it in GitHub Desktop.
Additional CSS Rules
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
#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