diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 07:43:26 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 07:59:43 +0200 |
commit | 21fccec779ddc6b85d72cad97aeef9e1fe8420d4 (patch) | |
tree | 0109487c08964714426b61e25393d3549ee6e5ad /xsl | |
parent | df7ec5a70f0effd1c7749392a86c3d7adaf83364 (diff) | |
download | mutti-web-21fccec779ddc6b85d72cad97aeef9e1fe8420d4.tar.gz mutti-web-21fccec779ddc6b85d72cad97aeef9e1fe8420d4.tar.bz2 mutti-web-21fccec779ddc6b85d72cad97aeef9e1fe8420d4.zip |
Shrink gplus icon to make pagespeed happy
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index c10b4b6..c56164e 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -51,7 +51,7 @@ <br/> <a href="https://plus.google.com/112211240794067152603"> - <img src="img/gplus.png?{$version}" class="social-icon" alt="Google Plus" /> + <img src="img/gplus32.png?{$version}" class="social-icon" alt="Google Plus" /> </a> <br/> |