adamfairhead / webicons

Webicons is a set of resolution-independent social icons for use on your website. They use feature-detected SVG graphics (with PNG fallbacks) to display the icons over their appropriate negatively indented anchor titles.
531 stars 61 forks source link

no-svg File Names Without .png Extension? #20

Closed trnelson closed 11 years ago

trnelson commented 11 years ago

In the code below, shouldn't the no-svg icons have a file extension (.png)? I couldn't get the code to work without it, though may have been doing it wrong.

.no-svg .webicon.f500px.large {
  background: url("webicons/webicon-f500px"); }
adamfairhead commented 11 years ago

Oh, fancy. That slipped through. Fixed!

trnelson commented 11 years ago

Awesome, thanks @adamfairhead! Very prompt and I appreciate the fix!

adamfairhead commented 11 years ago

My pleasure @trnelson!