Last active
August 29, 2015 14:25
-
-
Save srikat/cbb79766ba9dc592f407 to your computer and use it in GitHub Desktop.
How to remove border from image links. https://sridharkatakam.com/how-to-remove-border-from-image-links/
This file contains 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
.entry-content a { | |
border-bottom: 1px dotted #497fc3; | |
} |
This file contains 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
.entry-content a img { | |
vertical-align: top; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment