Organise social icons

This commit is contained in:
James Allen 2014-02-14 11:27:37 +00:00
parent 77b7b69a61
commit 3c110ea250
6 changed files with 5 additions and 5 deletions

View file

@ -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

View file

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 288 B

View file

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 914 B

After

Width:  |  Height:  |  Size: 914 B

View file

@ -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;
}