jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/360095 )

Change subject: Fix copyright icon generation
......................................................................


Fix copyright icon generation

This also gets rid of a few hard-coded URLs.

Change-Id: Ia2f2eef5d97e25d050135ea4755d7c7ffe34aa5e
---
M WebPlatformTemplate.class.php
M webplatform/screen.css
2 files changed, 1 insertion(+), 15 deletions(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  SamanthaNguyen: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/WebPlatformTemplate.class.php b/WebPlatformTemplate.class.php
index 2bb5042..4211e26 100644
--- a/WebPlatformTemplate.class.php
+++ b/WebPlatformTemplate.class.php
@@ -218,10 +218,7 @@
                <footer id="mw-footer"<?php $this->html( 'userlangattributes' ) 
?>>
                        <div class="container">
                                <div id="footer-wordmark">
-                                       <a 
href="http://docs.webplatform.org/wiki/Template:CC-by-3.0"; class="license">
-                                               <img 
src="http://docs.webplatform.org/w/skins/webplatform/images/cc-by-black.svg";
-                                               alt="Content available under 
CC-BY, except where otherwise noted.">
-                                       </a>
+                                       <?php echo 
$this->getSkin()->makeFooterIcon( $this->data['copyrightico'] ) ?>
                                        <a href="http://webplatform.org/";>
                                                <span 
id="footer-title">WebPlatform
                                                        <span 
id="footer-title-light">.org</span>
diff --git a/webplatform/screen.css b/webplatform/screen.css
index 5e6ce7d..dddb7d8 100644
--- a/webplatform/screen.css
+++ b/webplatform/screen.css
@@ -1110,17 +1110,6 @@
        position: absolute;
 }
 
-#footer-wordmark > a.license {
-       display: block;
-}
-
-#footer-wordmark > a.license > img {
-       width: 120px;
-       height: 42px;
-       box-shadow: 0 0 1px #A7A9AC;
-       opacity: 0.4;
-}
-
 #footer-title {
        font-family: Bitter;
        font-weight: bold;

-- 
To view, visit https://gerrit.wikimedia.org/r/360095
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia2f2eef5d97e25d050135ea4755d7c7ffe34aa5e
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/skins/webplatform
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <j...@countervandalism.net>
Gerrit-Reviewer: Bartosz Dziewoński <matma....@gmail.com>
Gerrit-Reviewer: SamanthaNguyen <samanthanguyen1...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to