Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Search Results Alignment Re: Search Results Alignment

#141131
tannercampbell
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;
}