Scenario:
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; | |
} |
Problem:
Solution:
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; | |
} |
to get
Thanks Sridhar,
This saved me a few minutes. I had this issue on my to-do list for a site I’m working on that is using Minimum Pro. Now I don’t have to search for the right selectors! 🙂
Kudos, i have the same thing on the to do list..
Thank you for this. It worked great for me 🙂
I’m curious though, how does this work?
Check the text under “Why this works?” at https://kaspars.net/blog/web-development/remove-border-from-image-links 🙂