Hacker News new | ask | show | jobs
by ErikD 5468 days ago
That's very much possible using images:

  .someIcon {
  padding: 0 0 0 20px;
  background: url(someIcon.png) left center no-repeat;
  }
1 comments

Ah yes, duh. Nevermind me, total brain fart there.