jenkins-bot has submitted this change and it was merged.

Change subject: Keep local copies of globe icon images
......................................................................


Keep local copies of globe icon images

Rather than downloading from upload.wikimedia.org, we provide
a local copy to avoid extra network fetching operations.

Bug: T124524
Change-Id: Iae5471581498d52820e38c3d9352011e9f7812e0
---
A images/50px-Edge-firefox.png
A images/80px-Edge-firefox.png
M styles/enwiki.less
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  BearND: Looks good to me, but someone else must approve
  Sniedzielski: Looks good to me, approved
  Dereckson: Looks good to me, but someone else must approve
  jenkins-bot: Verified

Objections:
  Niedzielski: There's a problem with this change, please improve



diff --git a/images/50px-Edge-firefox.png b/images/50px-Edge-firefox.png
new file mode 100644
index 0000000..4138121
--- /dev/null
+++ b/images/50px-Edge-firefox.png
Binary files differ
diff --git a/images/80px-Edge-firefox.png b/images/80px-Edge-firefox.png
new file mode 100644
index 0000000..08415ca
--- /dev/null
+++ b/images/80px-Edge-firefox.png
Binary files differ
diff --git a/styles/enwiki.less b/styles/enwiki.less
index 80c0b22..d517e34 100644
--- a/styles/enwiki.less
+++ b/styles/enwiki.less
@@ -148,7 +148,7 @@
 #content .hlist li ol > li:first-child:before {
     content: " (" counter(list-item) " ";
 }
- 
+
 /* Unbulleted lists e.g. Barack Obama page */
 .plainlist ul {
     list-style: none;
@@ -249,7 +249,7 @@
 }
 
 #li-coordinates {
-    background-image: 
url("//upload.wikimedia.org/wikipedia/commons/thumb/5/57/Edge-firefox.png/80px-Edge-firefox.png");
+    background-image: url("../images/80px-Edge-firefox.png");
     float: right;
     display: none;
     -webkit-background-size: auto 30px;
@@ -266,7 +266,7 @@
 .client-js .content_block.coordinates .latitude {
     display:none;
     padding-left: 20px;
-    background-image: 
url("//upload.wikimedia.org/wikipedia/commons/thumb/5/57/Edge-firefox.png/50px-Edge-firefox.png");
+    background-image: url("../images/50px-Edge-firefox.png");
     background-repeat: no-repeat;
     -webkit-background-size: auto 15px;
     background-size: auto 15px;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iae5471581498d52820e38c3d9352011e9f7812e0
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/MobileApp
Gerrit-Branch: master
Gerrit-Owner: Mholloway <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Dereckson <[email protected]>
Gerrit-Reviewer: Fjalapeno <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: Mhurd <[email protected]>
Gerrit-Reviewer: Niedzielski <[email protected]>
Gerrit-Reviewer: Sniedzielski <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to