From 3c110ea2504950ffd668a01d1aadf1cbade0893d Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 14 Feb 2014 11:27:37 +0000 Subject: [PATCH] Organise social icons --- services/web/public/img/iconshock/README.txt | 2 +- .../web/public/img/{logo => social}/facebook-32.png | Bin .../web/public/img/{logo => social}/link-32.png | Bin .../web/public/img/{logo => social}/mail-32.png | Bin .../web/public/img/{logo => social}/twitter-32.png | Bin services/web/public/stylesheets/less/bonus.less | 8 ++++---- 6 files changed, 5 insertions(+), 5 deletions(-) rename services/web/public/img/{logo => social}/facebook-32.png (100%) rename services/web/public/img/{logo => social}/link-32.png (100%) rename services/web/public/img/{logo => social}/mail-32.png (100%) rename services/web/public/img/{logo => social}/twitter-32.png (100%) diff --git a/services/web/public/img/iconshock/README.txt b/services/web/public/img/iconshock/README.txt index b937189c83..6febf9c4d6 100644 --- a/services/web/public/img/iconshock/README.txt +++ b/services/web/public/img/iconshock/README.txt @@ -1,3 +1,3 @@ -Icons by IconShock (www.iconshock.com) for via findicons.com http://findicons.com/icon/498089/height?id=526085# +Icons by IconShock (www.iconshock.com) via findicons.com (http://findicons.com/icon/498089/height?id=526085#) Licensed under the Creative Commons Attribution (by) license \ No newline at end of file diff --git a/services/web/public/img/logo/facebook-32.png b/services/web/public/img/social/facebook-32.png similarity index 100% rename from services/web/public/img/logo/facebook-32.png rename to services/web/public/img/social/facebook-32.png diff --git a/services/web/public/img/logo/link-32.png b/services/web/public/img/social/link-32.png similarity index 100% rename from services/web/public/img/logo/link-32.png rename to services/web/public/img/social/link-32.png diff --git a/services/web/public/img/logo/mail-32.png b/services/web/public/img/social/mail-32.png similarity index 100% rename from services/web/public/img/logo/mail-32.png rename to services/web/public/img/social/mail-32.png diff --git a/services/web/public/img/logo/twitter-32.png b/services/web/public/img/social/twitter-32.png similarity index 100% rename from services/web/public/img/logo/twitter-32.png rename to services/web/public/img/social/twitter-32.png diff --git a/services/web/public/stylesheets/less/bonus.less b/services/web/public/stylesheets/less/bonus.less index eb474239a2..33c70eef08 100644 --- a/services/web/public/stylesheets/less/bonus.less +++ b/services/web/public/stylesheets/less/bonus.less @@ -97,17 +97,17 @@ } } a.twitter { - background-image: url(/img/logo/twitter-32.png); + background-image: url(/img/social/twitter-32.png); background-repeat: no-repeat; background-position: 16px center; } a.facebook { - background-image: url(/img/logo/facebook-32.png); + background-image: url(/img/social/facebook-32.png); background-repeat: no-repeat; background-position: 16px center; } a.email { - background-image: url(/img/logo/mail-32.png); + background-image: url(/img/social/mail-32.png); background-repeat: no-repeat; background-position: 16px center; } @@ -117,7 +117,7 @@ background-position: 16px center; } a.link { - background-image: url(/img/logo/link-32.png); + background-image: url(/img/social/link-32.png); background-repeat: no-repeat; background-position: 16px center; }