diff --git a/fc-webicons.css b/fc-webicons.css index 61aa0e5..b8277bc 100644 --- a/fc-webicons.css +++ b/fc-webicons.css @@ -43,9 +43,9 @@ /* Blogger */ .no-svg .fc-webicon.blogger { background: url("images/fc-webicon-blogger-m.png"); } -.no-svg .fc-webicon.blogger.large { background: url("images/fc-webicon-blogger"); } +.no-svg .fc-webicon.blogger.large { background: url("images/fc-webicon-blogger.png"); } .no-svg .fc-webicon.blogger.small { background: url("images/fc-webicon-blogger-s.png"); } -.svg .fc-webicon.blogger { background: url("images/fc-webicon-blogger"); } +.svg .fc-webicon.blogger { background: url("images/fc-webicon-blogger.svg"); } /* Coderwall */ .no-svg .fc-webicon.coderwall { background: url("images/fc-webicon-coderwall-m.png"); } @@ -313,7 +313,7 @@ /* Yelp! */ .no-svg .fc-webicon.yelp { background: url("images/fc-webicon-yelp-m.png"); } -.no-svg .fc-webicon.yelp.large { background: url("images/fc-webicon-yelp"); } +.no-svg .fc-webicon.yelp.large { background: url("images/fc-webicon-yelp.png"); } .no-svg .fc-webicon.yelp.small { background: url("images/fc-webicon-yelp-s.png"); } .svg .fc-webicon.yelp { background: url("images/fc-webicon-yelp.svg"); } @@ -333,4 +333,4 @@ .no-svg .fc-webicon.zerply { background: url("images/fc-webicon-zerply-m.png"); } .no-svg .fc-webicon.zerply.large { background: url("images/fc-webicon-zerply.png"); } .no-svg .fc-webicon.zerply.small { background: url("images/fc-webicon-zerply-s.png"); } -.svg .fc-webicon.zerply { background: url("images/fc-webicon-zerply.svg"); } \ No newline at end of file +.svg .fc-webicon.zerply { background: url("images/fc-webicon-zerply.svg"); }