diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-05 07:45:20 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-05 07:45:20 +0200 |
commit | 9b2f9153ca2d41c12f4d177993ec56a10635cf9b (patch) | |
tree | 618077a4f27a70ebd8d49a58d0f89325ac408f80 /xsl | |
parent | 39a08bae8fad8e7fe12242181f790b273cad4530 (diff) | |
download | mutti-web-9b2f9153ca2d41c12f4d177993ec56a10635cf9b.tar.gz mutti-web-9b2f9153ca2d41c12f4d177993ec56a10635cf9b.tar.bz2 mutti-web-9b2f9153ca2d41c12f4d177993ec56a10635cf9b.zip |
Specifiy width and height for the gplus icon
To make gtmetrix.com 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 34493e8..7b0a4c9 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -48,7 +48,7 @@ <br/> <br/> <a href="https://plus.google.com/112211240794067152603"> - <img src="img/gplus32.png?{$version}" class="social-icon" alt="Google Plus" /> + <img src="img/gplus32.png?{$version}" width="32" height="32" class="social-icon" alt="Google Plus" /> </a> <br/> <a href="contact{$suffix}" class="redbox"> |