From b57a780bc6c488e6d3f638f231d67b220e18137e Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Fri, 14 Sep 2012 14:52:18 +0200 Subject: [PATCH] Adds gplus icon. Tries to get it displayed --- themes/ivolution/static/images/icons/gplus.png | Bin 0 -> 669 bytes themes/ivolution/static/local.css | 1 + 2 files changed, 1 insertion(+) create mode 100644 themes/ivolution/static/images/icons/gplus.png diff --git a/themes/ivolution/static/images/icons/gplus.png b/themes/ivolution/static/images/icons/gplus.png new file mode 100644 index 0000000000000000000000000000000000000000..7c4a9c4b962de5cd8730219831e6b509ea1f56ba GIT binary patch literal 669 zcmV;O0%HA%P)Px$fKW_SMW!hm{O;_&I4IFXGx+A^{Osxe`}(+4NUSU#xHKiwl8gN6=)pQF*hx32 zDjdi^F8%WH{`vUVNH)|)G}%cw>B+{mG9%=-vc)_syEZ2J;@-w|YyI@|yf!D&MKsPr zG5h7>wlgID_x8p;Ey_SIurDC1EFJaR*sd-gvN0n3>F2;?S^DGP&xCugE+FmJ)679I z-K?hQ!Mw{rFR(&2+M%1=myWA7C+q0wurML2D;>Z(Dz`Kw#y&0h?(Os8-|o%H+gV7m zFd@)GGQ2k@x-};F*@II>;L}#rzso%{r%5F zGQc@0`{?GuIV!d@BmMC1`|0QX_4Lg`G1W&k|NQ*DI4J)1_50`L`{v{R`1k$s@c#Pw z{qXPo^YZ=i@2xE#`|0MnH6{Dx;s5>o{O|3&HGVtu7z< zOV0b)x>L;#2d9Y_EG010qN zS#tmY3ljhU3ljkVnw%H_000McNliru+zAd0F9=aODvbaD0G3HaK~xyiUBK%+R zMNya?lu{?5Hc0R6zJgCN#^k+^8J^iRtp|N}yRPR4zg0Y8uizwE00000NkvXXu0mjf DiqTmv literal 0 HcmV?d00001 diff --git a/themes/ivolution/static/local.css b/themes/ivolution/static/local.css index c933851..19ced3c 100644 --- a/themes/ivolution/static/local.css +++ b/themes/ivolution/static/local.css @@ -34,4 +34,5 @@ div.highlight pre { .social a[href*='rss.xml']:before {content: url('./images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='stackoverflow.com']:before {content: url('./images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='twitter.com']:before {content: url('./images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;} +.social a[href*='google.com']:before {content: url('./images/icons/gplus.png'); margin-right: 2px; vertical-align: -3px;} .social a[href*='weibo.com']:before {content: url('./images/icons/weibo.png'); margin-right: 2px; vertical-align: -3px;}