[gimp-web/testing] Remove inline style from CC img tag



commit db919e19b4e2e05e9cce4616cdb791b88d579a3a
Author: Pat David <patdavid gmail com>
Date:   Fri Mar 3 09:25:19 2017 -0600

    Remove inline style from CC img tag

 themes/newgimp/templates/base.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index 9eab935..34d65eb 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -229,7 +229,7 @@
                         <p>
                         <small>
                             <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/";>
-                                <img alt="Creative Commons License" style="border-width:0" 
src="/images/creativecommons/by-sa 88x31.png">
+                                <img alt="Creative Commons License" src="/images/creativecommons/by-sa 
88x31.png">
                             </a>
                             <br>
                             Unless otherwise noted, <span xmlns:dct="http://purl.org/dc/terms/"; 
property="dct:title">The GIMP Website</span> by <a xmlns:cc="http://creativecommons.org/ns#"; 
href="https://www.gimp.org/team.html"; property="cc:attributionName" rel="cc:attributionURL">The GIMP Team</a> 
is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/";>Creative Commons 
Attribution-ShareAlike 4.0 International License</a>.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]