How to Remove Border From Image Links

Posted on
5/5 - (307 votes)

Scenario:

.entry-content a {
	border-bottom: 1px dotted #497fc3;
}

Solution:

.entry-content a img {
	vertical-align: top;
}