Home › Forums › CSS › Search Results Alignment › Re: Search Results Alignment
July 1, 2013 at 10:03 am
#141131
Participant
had to link them @ChrisBurton.
Unless you mean in the code, in which case:
.searchResults a[href$=’.pdf’] {
padding-left: 25px;
background: transparent url(/resources/images/pdf-search-icon.png) top left no-repeat;
}
.searchResults a[href$=’.fs’] {
padding-left: 25px;
background: transparent url(/resources/images/page-search-icon.png) top left no-repeat;
}