Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/272161

Change subject: Compress PNGs with zopflipng
......................................................................

Compress PNGs with zopflipng

Zopfli is the most efficient DEFLATE compression algorithm, trading run-time
performance for file sizes that are typically 3-8% smaller than those produced
by zlib with the maximum compression setting. Its output is Deflate-compatible,
so no specialized decoder is needed.

This change was created by running zopflipng against all the PNG files in this
repository. The exact invocation was:

  git ls-files --exclude-per-directory=.gitignore -- '*.png' \|
    parallel zopflipng -m -y {} {} \;

Files which zopflipng was not able to compress more efficiently were left 
unmodified.

Bug: T127608
Change-Id: Id4d83887a18b512afa4eebe8a894501e2611f651
---
M formats/Exhibit/ajax/images/bubble-arrow-point-down.png
M formats/Exhibit/ajax/images/bubble-arrow-point-left.png
M formats/Exhibit/ajax/images/bubble-arrow-point-right.png
M formats/Exhibit/ajax/images/bubble-arrow-point-up.png
M formats/Exhibit/ajax/images/bubble-bottom-left.png
M formats/Exhibit/ajax/images/bubble-bottom-right.png
M formats/Exhibit/ajax/images/bubble-bottom.png
M formats/Exhibit/ajax/images/bubble-left.png
M formats/Exhibit/ajax/images/bubble-right.png
M formats/Exhibit/ajax/images/bubble-top-left.png
M formats/Exhibit/ajax/images/bubble-top-right.png
M formats/Exhibit/ajax/images/bubble-top.png
M formats/Exhibit/ajax/images/close-button.png
M formats/Exhibit/ajax/images/copy.png
M formats/Exhibit/ajax/images/message-bottom-left.png
M formats/Exhibit/ajax/images/message-bottom-right.png
M formats/Exhibit/ajax/images/message-left.png
M formats/Exhibit/ajax/images/message-right.png
M formats/Exhibit/ajax/images/message-top-left.png
M formats/Exhibit/ajax/images/message-top-right.png
M formats/Exhibit/exhibit/images/black-check-no-border.png
M formats/Exhibit/exhibit/images/black-check.png
M formats/Exhibit/exhibit/images/blank-16x16.png
M formats/Exhibit/exhibit/images/collapse.png
M formats/Exhibit/exhibit/images/down-arrow.png
M formats/Exhibit/exhibit/images/expand.png
M formats/Exhibit/exhibit/images/gray-check-no-border.png
M formats/Exhibit/exhibit/images/gray-check.png
M formats/Exhibit/exhibit/images/left-arrow.png
M formats/Exhibit/exhibit/images/liveclipboard-icon.png
M formats/Exhibit/exhibit/images/map-marker-shadow.png
M formats/Exhibit/exhibit/images/message-bubble/message-bottom-left.png
M formats/Exhibit/exhibit/images/message-bubble/message-bottom-right.png
M formats/Exhibit/exhibit/images/message-bubble/message-left.png
M formats/Exhibit/exhibit/images/message-bubble/message-right.png
M formats/Exhibit/exhibit/images/message-bubble/message-top-left.png
M formats/Exhibit/exhibit/images/message-bubble/message-top-right.png
M formats/Exhibit/exhibit/images/no-check-no-border.png
M formats/Exhibit/exhibit/images/no-check.png
M formats/Exhibit/exhibit/images/option-check.png
M formats/Exhibit/exhibit/images/option.png
M formats/Exhibit/exhibit/images/right-arrow.png
M formats/Exhibit/exhibit/images/slider-handle.png
M formats/Exhibit/exhibit/images/slider-handle2.png
M formats/Exhibit/exhibit/images/up-arrow.png
M formats/Exhibit/timeline/api/images/blue-circle.png
M formats/Exhibit/timeline/api/images/bubble-bottom-arrow.png
M formats/Exhibit/timeline/api/images/bubble-bottom-left.png
M formats/Exhibit/timeline/api/images/bubble-bottom-right.png
M formats/Exhibit/timeline/api/images/bubble-bottom.png
M formats/Exhibit/timeline/api/images/bubble-left-arrow.png
M formats/Exhibit/timeline/api/images/bubble-left.png
M formats/Exhibit/timeline/api/images/bubble-right-arrow.png
M formats/Exhibit/timeline/api/images/bubble-right.png
M formats/Exhibit/timeline/api/images/bubble-top-arrow.png
M formats/Exhibit/timeline/api/images/bubble-top-left.png
M formats/Exhibit/timeline/api/images/bubble-top-right.png
M formats/Exhibit/timeline/api/images/bubble-top.png
M formats/Exhibit/timeline/api/images/close-button.png
M formats/Exhibit/timeline/api/images/copyright-vertical.png
M formats/Exhibit/timeline/api/images/copyright.png
M formats/Exhibit/timeline/api/images/dark-blue-circle.png
M formats/Exhibit/timeline/api/images/dark-green-circle.png
M formats/Exhibit/timeline/api/images/dark-red-circle.png
M formats/Exhibit/timeline/api/images/dull-blue-circle.png
M formats/Exhibit/timeline/api/images/dull-green-circle.png
M formats/Exhibit/timeline/api/images/dull-red-circle.png
M formats/Exhibit/timeline/api/images/gray-circle.png
M formats/Exhibit/timeline/api/images/green-circle.png
M formats/Exhibit/timeline/api/images/message-bottom-left.png
M formats/Exhibit/timeline/api/images/message-bottom-right.png
M formats/Exhibit/timeline/api/images/message-left.png
M formats/Exhibit/timeline/api/images/message-right.png
M formats/Exhibit/timeline/api/images/message-top-left.png
M formats/Exhibit/timeline/api/images/message-top-right.png
M formats/Exhibit/timeline/api/images/red-circle.png
M formats/Exhibit/timeline/api/images/top-bubble.png
M formats/calendar/resources/images/left-arrow.png
M formats/calendar/resources/images/right-arrow.png
M formats/dygraphs/resources/images/check.png
M formats/gallery/resources/images/gallery-redirect.png
M formats/gallery/resources/images/next-horizontal.png
M formats/gallery/resources/images/next-vertical.png
M formats/gallery/resources/images/overlay-zoom.png
M formats/gallery/resources/images/prev-horizontal.png
M formats/gallery/resources/images/prev-vertical.png
M formats/graphviz/images/detail_icon.png
M formats/graphviz/images/discuss_icon.png
M formats/graphviz/images/discuss_icon_grey.png
M formats/graphviz/images/p000.png
M formats/graphviz/images/p025.png
M formats/graphviz/images/p050.png
M formats/graphviz/images/p075.png
M formats/graphviz/images/p100.png
M formats/graphviz/images/subprocess.png
M formats/media/resources/images/audio.auto.cover.png
M formats/ploticus/images/barchart_16.png
M formats/ploticus/images/csv_16.png
M formats/ploticus/images/reload_16.png
M formats/timeline/resources/SimileTimeline/images/blue-circle.png
M formats/timeline/resources/SimileTimeline/images/bubble-bottom-arrow.png
M formats/timeline/resources/SimileTimeline/images/bubble-bottom-left.png
M formats/timeline/resources/SimileTimeline/images/bubble-bottom-right.png
M formats/timeline/resources/SimileTimeline/images/bubble-bottom.png
M formats/timeline/resources/SimileTimeline/images/bubble-left-arrow.png
M formats/timeline/resources/SimileTimeline/images/bubble-left.png
M formats/timeline/resources/SimileTimeline/images/bubble-right-arrow.png
M formats/timeline/resources/SimileTimeline/images/bubble-right.png
M formats/timeline/resources/SimileTimeline/images/bubble-top-arrow.png
M formats/timeline/resources/SimileTimeline/images/bubble-top-left.png
M formats/timeline/resources/SimileTimeline/images/bubble-top-right.png
M formats/timeline/resources/SimileTimeline/images/bubble-top.png
M formats/timeline/resources/SimileTimeline/images/close-button.png
M formats/timeline/resources/SimileTimeline/images/copyright-vertical.png
M formats/timeline/resources/SimileTimeline/images/copyright.png
M formats/timeline/resources/SimileTimeline/images/dark-blue-circle.png
M formats/timeline/resources/SimileTimeline/images/dark-green-circle.png
M formats/timeline/resources/SimileTimeline/images/dark-red-circle.png
M formats/timeline/resources/SimileTimeline/images/dull-blue-circle.png
M formats/timeline/resources/SimileTimeline/images/dull-green-circle.png
M formats/timeline/resources/SimileTimeline/images/dull-red-circle.png
M formats/timeline/resources/SimileTimeline/images/gray-circle.png
M formats/timeline/resources/SimileTimeline/images/green-circle.png
M formats/timeline/resources/SimileTimeline/images/message-bottom-left.png
M formats/timeline/resources/SimileTimeline/images/message-bottom-right.png
M formats/timeline/resources/SimileTimeline/images/message-left.png
M formats/timeline/resources/SimileTimeline/images/message-right.png
M formats/timeline/resources/SimileTimeline/images/message-top-left.png
M formats/timeline/resources/SimileTimeline/images/message-top-right.png
M formats/timeline/resources/SimileTimeline/images/red-circle.png
M formats/timeline/resources/SimileTimeline/images/top-bubble.png
M resources/jquery/datatables/images/back_disabled.png
M resources/jquery/datatables/images/back_enabled.png
M resources/jquery/datatables/images/back_enabled_hover.png
M resources/jquery/datatables/images/forward_disabled.png
M resources/jquery/datatables/images/forward_enabled.png
M resources/jquery/datatables/images/forward_enabled_hover.png
M resources/jquery/datatables/images/sort_asc.png
M resources/jquery/datatables/images/sort_asc_disabled.png
M resources/jquery/datatables/images/sort_both.png
M resources/jquery/datatables/images/sort_desc.png
M resources/jquery/datatables/images/sort_desc_disabled.png
M resources/jquery/fancybox/fancy_close.png
M resources/jquery/fancybox/fancy_loading.png
M resources/jquery/fancybox/fancy_nav_left.png
M resources/jquery/fancybox/fancy_nav_right.png
M resources/jquery/fancybox/fancy_shadow_e.png
M resources/jquery/fancybox/fancy_shadow_n.png
M resources/jquery/fancybox/fancy_shadow_ne.png
M resources/jquery/fancybox/fancy_shadow_nw.png
M resources/jquery/fancybox/fancy_shadow_s.png
M resources/jquery/fancybox/fancy_shadow_se.png
M resources/jquery/fancybox/fancy_shadow_sw.png
M resources/jquery/fancybox/fancy_shadow_w.png
M resources/jquery/fancybox/fancy_title_over.png
M resources/jquery/fancybox/fancybox-x.png
M resources/jquery/fancybox/fancybox-y.png
M resources/jquery/fancybox/fancybox.png
M resources/jquery/jplayer/skin/blue.monday/jplayer.blue.monday.video.play.png
M 
resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.interface.png
M resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.playlist.png
M resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.png
M 
resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.video.play.png
163 files changed, 0 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticResultFormats 
refs/changes/61/272161/1

diff --git a/formats/Exhibit/ajax/images/bubble-arrow-point-down.png 
b/formats/Exhibit/ajax/images/bubble-arrow-point-down.png
index 9fefa02..3b36670 100644
--- a/formats/Exhibit/ajax/images/bubble-arrow-point-down.png
+++ b/formats/Exhibit/ajax/images/bubble-arrow-point-down.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-arrow-point-left.png 
b/formats/Exhibit/ajax/images/bubble-arrow-point-left.png
index 6a430fa..ced2741 100644
--- a/formats/Exhibit/ajax/images/bubble-arrow-point-left.png
+++ b/formats/Exhibit/ajax/images/bubble-arrow-point-left.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-arrow-point-right.png 
b/formats/Exhibit/ajax/images/bubble-arrow-point-right.png
index e962540..7db6168 100644
--- a/formats/Exhibit/ajax/images/bubble-arrow-point-right.png
+++ b/formats/Exhibit/ajax/images/bubble-arrow-point-right.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-arrow-point-up.png 
b/formats/Exhibit/ajax/images/bubble-arrow-point-up.png
index 5afbf04..09e3a67 100644
--- a/formats/Exhibit/ajax/images/bubble-arrow-point-up.png
+++ b/formats/Exhibit/ajax/images/bubble-arrow-point-up.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-bottom-left.png 
b/formats/Exhibit/ajax/images/bubble-bottom-left.png
index a8c5148..b958005 100644
--- a/formats/Exhibit/ajax/images/bubble-bottom-left.png
+++ b/formats/Exhibit/ajax/images/bubble-bottom-left.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-bottom-right.png 
b/formats/Exhibit/ajax/images/bubble-bottom-right.png
index 0096633..27e8f92 100644
--- a/formats/Exhibit/ajax/images/bubble-bottom-right.png
+++ b/formats/Exhibit/ajax/images/bubble-bottom-right.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-bottom.png 
b/formats/Exhibit/ajax/images/bubble-bottom.png
index 6875a44..261603b 100644
--- a/formats/Exhibit/ajax/images/bubble-bottom.png
+++ b/formats/Exhibit/ajax/images/bubble-bottom.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-left.png 
b/formats/Exhibit/ajax/images/bubble-left.png
index 27ddcca..0a7652c 100644
--- a/formats/Exhibit/ajax/images/bubble-left.png
+++ b/formats/Exhibit/ajax/images/bubble-left.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-right.png 
b/formats/Exhibit/ajax/images/bubble-right.png
index 7d937f5..4f560e1 100644
--- a/formats/Exhibit/ajax/images/bubble-right.png
+++ b/formats/Exhibit/ajax/images/bubble-right.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-top-left.png 
b/formats/Exhibit/ajax/images/bubble-top-left.png
index 08739c4..565bae9 100644
--- a/formats/Exhibit/ajax/images/bubble-top-left.png
+++ b/formats/Exhibit/ajax/images/bubble-top-left.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-top-right.png 
b/formats/Exhibit/ajax/images/bubble-top-right.png
index bd49cf7..e68e012 100644
--- a/formats/Exhibit/ajax/images/bubble-top-right.png
+++ b/formats/Exhibit/ajax/images/bubble-top-right.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/bubble-top.png 
b/formats/Exhibit/ajax/images/bubble-top.png
index ba2d9f9..e300e50 100644
--- a/formats/Exhibit/ajax/images/bubble-top.png
+++ b/formats/Exhibit/ajax/images/bubble-top.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/close-button.png 
b/formats/Exhibit/ajax/images/close-button.png
index 2c6f9e1..4359c69 100644
--- a/formats/Exhibit/ajax/images/close-button.png
+++ b/formats/Exhibit/ajax/images/close-button.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/copy.png 
b/formats/Exhibit/ajax/images/copy.png
index fbc3e58..cd924c0 100644
--- a/formats/Exhibit/ajax/images/copy.png
+++ b/formats/Exhibit/ajax/images/copy.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/message-bottom-left.png 
b/formats/Exhibit/ajax/images/message-bottom-left.png
index 4f8c64a..21be9a9 100644
--- a/formats/Exhibit/ajax/images/message-bottom-left.png
+++ b/formats/Exhibit/ajax/images/message-bottom-left.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/message-bottom-right.png 
b/formats/Exhibit/ajax/images/message-bottom-right.png
index a8834bb..983508f 100644
--- a/formats/Exhibit/ajax/images/message-bottom-right.png
+++ b/formats/Exhibit/ajax/images/message-bottom-right.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/message-left.png 
b/formats/Exhibit/ajax/images/message-left.png
index b6416aa..5ec7ccb 100644
--- a/formats/Exhibit/ajax/images/message-left.png
+++ b/formats/Exhibit/ajax/images/message-left.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/message-right.png 
b/formats/Exhibit/ajax/images/message-right.png
index 729524b..eb22612 100644
--- a/formats/Exhibit/ajax/images/message-right.png
+++ b/formats/Exhibit/ajax/images/message-right.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/message-top-left.png 
b/formats/Exhibit/ajax/images/message-top-left.png
index b050134..a7d17e8 100644
--- a/formats/Exhibit/ajax/images/message-top-left.png
+++ b/formats/Exhibit/ajax/images/message-top-left.png
Binary files differ
diff --git a/formats/Exhibit/ajax/images/message-top-right.png 
b/formats/Exhibit/ajax/images/message-top-right.png
index 01a82ab..a1b6666 100644
--- a/formats/Exhibit/ajax/images/message-top-right.png
+++ b/formats/Exhibit/ajax/images/message-top-right.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/black-check-no-border.png 
b/formats/Exhibit/exhibit/images/black-check-no-border.png
index 71c696c..b1288d1 100644
--- a/formats/Exhibit/exhibit/images/black-check-no-border.png
+++ b/formats/Exhibit/exhibit/images/black-check-no-border.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/black-check.png 
b/formats/Exhibit/exhibit/images/black-check.png
index ae3f8cf..ec46aa7 100644
--- a/formats/Exhibit/exhibit/images/black-check.png
+++ b/formats/Exhibit/exhibit/images/black-check.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/blank-16x16.png 
b/formats/Exhibit/exhibit/images/blank-16x16.png
index a580e59..a4ef49c 100644
--- a/formats/Exhibit/exhibit/images/blank-16x16.png
+++ b/formats/Exhibit/exhibit/images/blank-16x16.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/collapse.png 
b/formats/Exhibit/exhibit/images/collapse.png
index ace11b6..92fb465 100644
--- a/formats/Exhibit/exhibit/images/collapse.png
+++ b/formats/Exhibit/exhibit/images/collapse.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/down-arrow.png 
b/formats/Exhibit/exhibit/images/down-arrow.png
index 0121f60..b3e1632 100644
--- a/formats/Exhibit/exhibit/images/down-arrow.png
+++ b/formats/Exhibit/exhibit/images/down-arrow.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/expand.png 
b/formats/Exhibit/exhibit/images/expand.png
index fbc3e58..cd924c0 100644
--- a/formats/Exhibit/exhibit/images/expand.png
+++ b/formats/Exhibit/exhibit/images/expand.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/gray-check-no-border.png 
b/formats/Exhibit/exhibit/images/gray-check-no-border.png
index 510ab28..776fa02 100644
--- a/formats/Exhibit/exhibit/images/gray-check-no-border.png
+++ b/formats/Exhibit/exhibit/images/gray-check-no-border.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/gray-check.png 
b/formats/Exhibit/exhibit/images/gray-check.png
index fa8e8b5..9ff4d32 100644
--- a/formats/Exhibit/exhibit/images/gray-check.png
+++ b/formats/Exhibit/exhibit/images/gray-check.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/left-arrow.png 
b/formats/Exhibit/exhibit/images/left-arrow.png
index 0c031fe..b53c753 100644
--- a/formats/Exhibit/exhibit/images/left-arrow.png
+++ b/formats/Exhibit/exhibit/images/left-arrow.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/liveclipboard-icon.png 
b/formats/Exhibit/exhibit/images/liveclipboard-icon.png
index b8f5ed3..9ff4d32 100644
--- a/formats/Exhibit/exhibit/images/liveclipboard-icon.png
+++ b/formats/Exhibit/exhibit/images/liveclipboard-icon.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/map-marker-shadow.png 
b/formats/Exhibit/exhibit/images/map-marker-shadow.png
index 52debb7..90c84ec 100644
--- a/formats/Exhibit/exhibit/images/map-marker-shadow.png
+++ b/formats/Exhibit/exhibit/images/map-marker-shadow.png
Binary files differ
diff --git 
a/formats/Exhibit/exhibit/images/message-bubble/message-bottom-left.png 
b/formats/Exhibit/exhibit/images/message-bubble/message-bottom-left.png
index 4f8c64a..21be9a9 100644
--- a/formats/Exhibit/exhibit/images/message-bubble/message-bottom-left.png
+++ b/formats/Exhibit/exhibit/images/message-bubble/message-bottom-left.png
Binary files differ
diff --git 
a/formats/Exhibit/exhibit/images/message-bubble/message-bottom-right.png 
b/formats/Exhibit/exhibit/images/message-bubble/message-bottom-right.png
index a8834bb..983508f 100644
--- a/formats/Exhibit/exhibit/images/message-bubble/message-bottom-right.png
+++ b/formats/Exhibit/exhibit/images/message-bubble/message-bottom-right.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/message-bubble/message-left.png 
b/formats/Exhibit/exhibit/images/message-bubble/message-left.png
index b6416aa..5ec7ccb 100644
--- a/formats/Exhibit/exhibit/images/message-bubble/message-left.png
+++ b/formats/Exhibit/exhibit/images/message-bubble/message-left.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/message-bubble/message-right.png 
b/formats/Exhibit/exhibit/images/message-bubble/message-right.png
index 729524b..eb22612 100644
--- a/formats/Exhibit/exhibit/images/message-bubble/message-right.png
+++ b/formats/Exhibit/exhibit/images/message-bubble/message-right.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/message-bubble/message-top-left.png 
b/formats/Exhibit/exhibit/images/message-bubble/message-top-left.png
index b050134..a7d17e8 100644
--- a/formats/Exhibit/exhibit/images/message-bubble/message-top-left.png
+++ b/formats/Exhibit/exhibit/images/message-bubble/message-top-left.png
Binary files differ
diff --git 
a/formats/Exhibit/exhibit/images/message-bubble/message-top-right.png 
b/formats/Exhibit/exhibit/images/message-bubble/message-top-right.png
index 01a82ab..a1b6666 100644
--- a/formats/Exhibit/exhibit/images/message-bubble/message-top-right.png
+++ b/formats/Exhibit/exhibit/images/message-bubble/message-top-right.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/no-check-no-border.png 
b/formats/Exhibit/exhibit/images/no-check-no-border.png
index a580e59..a4ef49c 100644
--- a/formats/Exhibit/exhibit/images/no-check-no-border.png
+++ b/formats/Exhibit/exhibit/images/no-check-no-border.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/no-check.png 
b/formats/Exhibit/exhibit/images/no-check.png
index 621c523..eb759a9 100644
--- a/formats/Exhibit/exhibit/images/no-check.png
+++ b/formats/Exhibit/exhibit/images/no-check.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/option-check.png 
b/formats/Exhibit/exhibit/images/option-check.png
index 0603e3e..df06dce 100644
--- a/formats/Exhibit/exhibit/images/option-check.png
+++ b/formats/Exhibit/exhibit/images/option-check.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/option.png 
b/formats/Exhibit/exhibit/images/option.png
index 9433dcf..90f4f08 100644
--- a/formats/Exhibit/exhibit/images/option.png
+++ b/formats/Exhibit/exhibit/images/option.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/right-arrow.png 
b/formats/Exhibit/exhibit/images/right-arrow.png
index 1bf0e28..4719f1f 100644
--- a/formats/Exhibit/exhibit/images/right-arrow.png
+++ b/formats/Exhibit/exhibit/images/right-arrow.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/slider-handle.png 
b/formats/Exhibit/exhibit/images/slider-handle.png
index 94146f7..26341d5 100644
--- a/formats/Exhibit/exhibit/images/slider-handle.png
+++ b/formats/Exhibit/exhibit/images/slider-handle.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/slider-handle2.png 
b/formats/Exhibit/exhibit/images/slider-handle2.png
index 8124847..2fce8ed 100644
--- a/formats/Exhibit/exhibit/images/slider-handle2.png
+++ b/formats/Exhibit/exhibit/images/slider-handle2.png
Binary files differ
diff --git a/formats/Exhibit/exhibit/images/up-arrow.png 
b/formats/Exhibit/exhibit/images/up-arrow.png
index 73b1af5..b58ed1b 100644
--- a/formats/Exhibit/exhibit/images/up-arrow.png
+++ b/formats/Exhibit/exhibit/images/up-arrow.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/blue-circle.png 
b/formats/Exhibit/timeline/api/images/blue-circle.png
index 0851cc6..065248b 100644
--- a/formats/Exhibit/timeline/api/images/blue-circle.png
+++ b/formats/Exhibit/timeline/api/images/blue-circle.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-bottom-arrow.png 
b/formats/Exhibit/timeline/api/images/bubble-bottom-arrow.png
index c82d04d..b286b96 100644
--- a/formats/Exhibit/timeline/api/images/bubble-bottom-arrow.png
+++ b/formats/Exhibit/timeline/api/images/bubble-bottom-arrow.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-bottom-left.png 
b/formats/Exhibit/timeline/api/images/bubble-bottom-left.png
index e338f86..22371ab 100644
--- a/formats/Exhibit/timeline/api/images/bubble-bottom-left.png
+++ b/formats/Exhibit/timeline/api/images/bubble-bottom-left.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-bottom-right.png 
b/formats/Exhibit/timeline/api/images/bubble-bottom-right.png
index e5dc136..154c98b 100644
--- a/formats/Exhibit/timeline/api/images/bubble-bottom-right.png
+++ b/formats/Exhibit/timeline/api/images/bubble-bottom-right.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-bottom.png 
b/formats/Exhibit/timeline/api/images/bubble-bottom.png
index 7d8ef71..f38c51a 100644
--- a/formats/Exhibit/timeline/api/images/bubble-bottom.png
+++ b/formats/Exhibit/timeline/api/images/bubble-bottom.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-left-arrow.png 
b/formats/Exhibit/timeline/api/images/bubble-left-arrow.png
index 3370c72..a245ed8 100644
--- a/formats/Exhibit/timeline/api/images/bubble-left-arrow.png
+++ b/formats/Exhibit/timeline/api/images/bubble-left-arrow.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-left.png 
b/formats/Exhibit/timeline/api/images/bubble-left.png
index 772bf23..b231743 100644
--- a/formats/Exhibit/timeline/api/images/bubble-left.png
+++ b/formats/Exhibit/timeline/api/images/bubble-left.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-right-arrow.png 
b/formats/Exhibit/timeline/api/images/bubble-right-arrow.png
index 1f1017d..1f70a81 100644
--- a/formats/Exhibit/timeline/api/images/bubble-right-arrow.png
+++ b/formats/Exhibit/timeline/api/images/bubble-right-arrow.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-right.png 
b/formats/Exhibit/timeline/api/images/bubble-right.png
index 83954b6..e6cd6b5 100644
--- a/formats/Exhibit/timeline/api/images/bubble-right.png
+++ b/formats/Exhibit/timeline/api/images/bubble-right.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-top-arrow.png 
b/formats/Exhibit/timeline/api/images/bubble-top-arrow.png
index 0eadf3f..66fd9d5 100644
--- a/formats/Exhibit/timeline/api/images/bubble-top-arrow.png
+++ b/formats/Exhibit/timeline/api/images/bubble-top-arrow.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-top-left.png 
b/formats/Exhibit/timeline/api/images/bubble-top-left.png
index 5331371..b7c15af 100644
--- a/formats/Exhibit/timeline/api/images/bubble-top-left.png
+++ b/formats/Exhibit/timeline/api/images/bubble-top-left.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-top-right.png 
b/formats/Exhibit/timeline/api/images/bubble-top-right.png
index 72be593..f58b416 100644
--- a/formats/Exhibit/timeline/api/images/bubble-top-right.png
+++ b/formats/Exhibit/timeline/api/images/bubble-top-right.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/bubble-top.png 
b/formats/Exhibit/timeline/api/images/bubble-top.png
index afc8cf7..4ec5f8a 100644
--- a/formats/Exhibit/timeline/api/images/bubble-top.png
+++ b/formats/Exhibit/timeline/api/images/bubble-top.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/close-button.png 
b/formats/Exhibit/timeline/api/images/close-button.png
index 2c6f9e1..4359c69 100644
--- a/formats/Exhibit/timeline/api/images/close-button.png
+++ b/formats/Exhibit/timeline/api/images/close-button.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/copyright-vertical.png 
b/formats/Exhibit/timeline/api/images/copyright-vertical.png
index c2738f9..b6e37d5 100644
--- a/formats/Exhibit/timeline/api/images/copyright-vertical.png
+++ b/formats/Exhibit/timeline/api/images/copyright-vertical.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/copyright.png 
b/formats/Exhibit/timeline/api/images/copyright.png
index 1132a4e..01f1778 100644
--- a/formats/Exhibit/timeline/api/images/copyright.png
+++ b/formats/Exhibit/timeline/api/images/copyright.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/dark-blue-circle.png 
b/formats/Exhibit/timeline/api/images/dark-blue-circle.png
index 33e50db..b8952b9 100644
--- a/formats/Exhibit/timeline/api/images/dark-blue-circle.png
+++ b/formats/Exhibit/timeline/api/images/dark-blue-circle.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/dark-green-circle.png 
b/formats/Exhibit/timeline/api/images/dark-green-circle.png
index e9d4f2e..522f4c1 100644
--- a/formats/Exhibit/timeline/api/images/dark-green-circle.png
+++ b/formats/Exhibit/timeline/api/images/dark-green-circle.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/dark-red-circle.png 
b/formats/Exhibit/timeline/api/images/dark-red-circle.png
index e71b4ff..6bb70ae 100644
--- a/formats/Exhibit/timeline/api/images/dark-red-circle.png
+++ b/formats/Exhibit/timeline/api/images/dark-red-circle.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/dull-blue-circle.png 
b/formats/Exhibit/timeline/api/images/dull-blue-circle.png
index 5d3d483..dc92d9f 100644
--- a/formats/Exhibit/timeline/api/images/dull-blue-circle.png
+++ b/formats/Exhibit/timeline/api/images/dull-blue-circle.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/dull-green-circle.png 
b/formats/Exhibit/timeline/api/images/dull-green-circle.png
index 86d211c..46d3ab9 100644
--- a/formats/Exhibit/timeline/api/images/dull-green-circle.png
+++ b/formats/Exhibit/timeline/api/images/dull-green-circle.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/dull-red-circle.png 
b/formats/Exhibit/timeline/api/images/dull-red-circle.png
index 11f8292..983508f 100644
--- a/formats/Exhibit/timeline/api/images/dull-red-circle.png
+++ b/formats/Exhibit/timeline/api/images/dull-red-circle.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/gray-circle.png 
b/formats/Exhibit/timeline/api/images/gray-circle.png
index 6266621..2cfa470 100644
--- a/formats/Exhibit/timeline/api/images/gray-circle.png
+++ b/formats/Exhibit/timeline/api/images/gray-circle.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/green-circle.png 
b/formats/Exhibit/timeline/api/images/green-circle.png
index 8f14eab..13bfdbb 100644
--- a/formats/Exhibit/timeline/api/images/green-circle.png
+++ b/formats/Exhibit/timeline/api/images/green-circle.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/message-bottom-left.png 
b/formats/Exhibit/timeline/api/images/message-bottom-left.png
index 4f8c64a..21be9a9 100644
--- a/formats/Exhibit/timeline/api/images/message-bottom-left.png
+++ b/formats/Exhibit/timeline/api/images/message-bottom-left.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/message-bottom-right.png 
b/formats/Exhibit/timeline/api/images/message-bottom-right.png
index a8834bb..983508f 100644
--- a/formats/Exhibit/timeline/api/images/message-bottom-right.png
+++ b/formats/Exhibit/timeline/api/images/message-bottom-right.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/message-left.png 
b/formats/Exhibit/timeline/api/images/message-left.png
index b6416aa..5ec7ccb 100644
--- a/formats/Exhibit/timeline/api/images/message-left.png
+++ b/formats/Exhibit/timeline/api/images/message-left.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/message-right.png 
b/formats/Exhibit/timeline/api/images/message-right.png
index 729524b..eb22612 100644
--- a/formats/Exhibit/timeline/api/images/message-right.png
+++ b/formats/Exhibit/timeline/api/images/message-right.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/message-top-left.png 
b/formats/Exhibit/timeline/api/images/message-top-left.png
index b050134..4ec5f8a 100644
--- a/formats/Exhibit/timeline/api/images/message-top-left.png
+++ b/formats/Exhibit/timeline/api/images/message-top-left.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/message-top-right.png 
b/formats/Exhibit/timeline/api/images/message-top-right.png
index 01a82ab..a1b6666 100644
--- a/formats/Exhibit/timeline/api/images/message-top-right.png
+++ b/formats/Exhibit/timeline/api/images/message-top-right.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/red-circle.png 
b/formats/Exhibit/timeline/api/images/red-circle.png
index d7d5893..f38c51a 100644
--- a/formats/Exhibit/timeline/api/images/red-circle.png
+++ b/formats/Exhibit/timeline/api/images/red-circle.png
Binary files differ
diff --git a/formats/Exhibit/timeline/api/images/top-bubble.png 
b/formats/Exhibit/timeline/api/images/top-bubble.png
index 078b578..f99f98e 100644
--- a/formats/Exhibit/timeline/api/images/top-bubble.png
+++ b/formats/Exhibit/timeline/api/images/top-bubble.png
Binary files differ
diff --git a/formats/calendar/resources/images/left-arrow.png 
b/formats/calendar/resources/images/left-arrow.png
index f48c7c8..92a87c2 100644
--- a/formats/calendar/resources/images/left-arrow.png
+++ b/formats/calendar/resources/images/left-arrow.png
Binary files differ
diff --git a/formats/calendar/resources/images/right-arrow.png 
b/formats/calendar/resources/images/right-arrow.png
index bbb48c5..b968979 100644
--- a/formats/calendar/resources/images/right-arrow.png
+++ b/formats/calendar/resources/images/right-arrow.png
Binary files differ
diff --git a/formats/dygraphs/resources/images/check.png 
b/formats/dygraphs/resources/images/check.png
index b5be279..fcb5765 100644
--- a/formats/dygraphs/resources/images/check.png
+++ b/formats/dygraphs/resources/images/check.png
Binary files differ
diff --git a/formats/gallery/resources/images/gallery-redirect.png 
b/formats/gallery/resources/images/gallery-redirect.png
index 7ce8824..3d948bc 100644
--- a/formats/gallery/resources/images/gallery-redirect.png
+++ b/formats/gallery/resources/images/gallery-redirect.png
Binary files differ
diff --git a/formats/gallery/resources/images/next-horizontal.png 
b/formats/gallery/resources/images/next-horizontal.png
index 64a4e49..40e8ffc 100644
--- a/formats/gallery/resources/images/next-horizontal.png
+++ b/formats/gallery/resources/images/next-horizontal.png
Binary files differ
diff --git a/formats/gallery/resources/images/next-vertical.png 
b/formats/gallery/resources/images/next-vertical.png
index a76a818..f0f9d97 100644
--- a/formats/gallery/resources/images/next-vertical.png
+++ b/formats/gallery/resources/images/next-vertical.png
Binary files differ
diff --git a/formats/gallery/resources/images/overlay-zoom.png 
b/formats/gallery/resources/images/overlay-zoom.png
index cae53d3..0d40219 100644
--- a/formats/gallery/resources/images/overlay-zoom.png
+++ b/formats/gallery/resources/images/overlay-zoom.png
Binary files differ
diff --git a/formats/gallery/resources/images/prev-horizontal.png 
b/formats/gallery/resources/images/prev-horizontal.png
index 436b6b3..2accf0e 100644
--- a/formats/gallery/resources/images/prev-horizontal.png
+++ b/formats/gallery/resources/images/prev-horizontal.png
Binary files differ
diff --git a/formats/gallery/resources/images/prev-vertical.png 
b/formats/gallery/resources/images/prev-vertical.png
index ec33dcf..6ff4381 100644
--- a/formats/gallery/resources/images/prev-vertical.png
+++ b/formats/gallery/resources/images/prev-vertical.png
Binary files differ
diff --git a/formats/graphviz/images/detail_icon.png 
b/formats/graphviz/images/detail_icon.png
index 7ba87b9..d2a7f6b 100644
--- a/formats/graphviz/images/detail_icon.png
+++ b/formats/graphviz/images/detail_icon.png
Binary files differ
diff --git a/formats/graphviz/images/discuss_icon.png 
b/formats/graphviz/images/discuss_icon.png
index 89085a3..abffdd2 100644
--- a/formats/graphviz/images/discuss_icon.png
+++ b/formats/graphviz/images/discuss_icon.png
Binary files differ
diff --git a/formats/graphviz/images/discuss_icon_grey.png 
b/formats/graphviz/images/discuss_icon_grey.png
index b797344..3183b20 100644
--- a/formats/graphviz/images/discuss_icon_grey.png
+++ b/formats/graphviz/images/discuss_icon_grey.png
Binary files differ
diff --git a/formats/graphviz/images/p000.png b/formats/graphviz/images/p000.png
index 60ebd41..a083773 100644
--- a/formats/graphviz/images/p000.png
+++ b/formats/graphviz/images/p000.png
Binary files differ
diff --git a/formats/graphviz/images/p025.png b/formats/graphviz/images/p025.png
index f2fc0de..ed4b789 100644
--- a/formats/graphviz/images/p025.png
+++ b/formats/graphviz/images/p025.png
Binary files differ
diff --git a/formats/graphviz/images/p050.png b/formats/graphviz/images/p050.png
index 4d4cfaa..49d23db 100644
--- a/formats/graphviz/images/p050.png
+++ b/formats/graphviz/images/p050.png
Binary files differ
diff --git a/formats/graphviz/images/p075.png b/formats/graphviz/images/p075.png
index 378a8e4..bc1c822 100644
--- a/formats/graphviz/images/p075.png
+++ b/formats/graphviz/images/p075.png
Binary files differ
diff --git a/formats/graphviz/images/p100.png b/formats/graphviz/images/p100.png
index cc3f743..aa63a58 100644
--- a/formats/graphviz/images/p100.png
+++ b/formats/graphviz/images/p100.png
Binary files differ
diff --git a/formats/graphviz/images/subprocess.png 
b/formats/graphviz/images/subprocess.png
index 9cb25b2..29e6def 100644
--- a/formats/graphviz/images/subprocess.png
+++ b/formats/graphviz/images/subprocess.png
Binary files differ
diff --git a/formats/media/resources/images/audio.auto.cover.png 
b/formats/media/resources/images/audio.auto.cover.png
index 55b8177..0560811 100644
--- a/formats/media/resources/images/audio.auto.cover.png
+++ b/formats/media/resources/images/audio.auto.cover.png
Binary files differ
diff --git a/formats/ploticus/images/barchart_16.png 
b/formats/ploticus/images/barchart_16.png
index 3f583f0..578b25d 100644
--- a/formats/ploticus/images/barchart_16.png
+++ b/formats/ploticus/images/barchart_16.png
Binary files differ
diff --git a/formats/ploticus/images/csv_16.png 
b/formats/ploticus/images/csv_16.png
index c690016..ec9c530 100644
--- a/formats/ploticus/images/csv_16.png
+++ b/formats/ploticus/images/csv_16.png
Binary files differ
diff --git a/formats/ploticus/images/reload_16.png 
b/formats/ploticus/images/reload_16.png
index 9e81f82..ec9c530 100644
--- a/formats/ploticus/images/reload_16.png
+++ b/formats/ploticus/images/reload_16.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/blue-circle.png 
b/formats/timeline/resources/SimileTimeline/images/blue-circle.png
index 16fc27c..9bd7c69 100644
--- a/formats/timeline/resources/SimileTimeline/images/blue-circle.png
+++ b/formats/timeline/resources/SimileTimeline/images/blue-circle.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/bubble-bottom-arrow.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-bottom-arrow.png
index c82d04d..b286b96 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-bottom-arrow.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-bottom-arrow.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/bubble-bottom-left.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-bottom-left.png
index e338f86..22371ab 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-bottom-left.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-bottom-left.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/bubble-bottom-right.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-bottom-right.png
index e5dc136..154c98b 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-bottom-right.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-bottom-right.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/bubble-bottom.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-bottom.png
index 7d8ef71..f38c51a 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-bottom.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-bottom.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/bubble-left-arrow.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-left-arrow.png
index 3370c72..a245ed8 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-left-arrow.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-left-arrow.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/bubble-left.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-left.png
index 772bf23..b231743 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-left.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-left.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/bubble-right-arrow.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-right-arrow.png
index 1f1017d..1f70a81 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-right-arrow.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-right-arrow.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/bubble-right.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-right.png
index 83954b6..e6cd6b5 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-right.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-right.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/bubble-top-arrow.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-top-arrow.png
index 0eadf3f..66fd9d5 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-top-arrow.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-top-arrow.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/bubble-top-left.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-top-left.png
index 5331371..983508f 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-top-left.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-top-left.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/bubble-top-right.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-top-right.png
index 72be593..f58b416 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-top-right.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-top-right.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/bubble-top.png 
b/formats/timeline/resources/SimileTimeline/images/bubble-top.png
index afc8cf7..4ec5f8a 100644
--- a/formats/timeline/resources/SimileTimeline/images/bubble-top.png
+++ b/formats/timeline/resources/SimileTimeline/images/bubble-top.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/close-button.png 
b/formats/timeline/resources/SimileTimeline/images/close-button.png
index 2c6f9e1..4359c69 100644
--- a/formats/timeline/resources/SimileTimeline/images/close-button.png
+++ b/formats/timeline/resources/SimileTimeline/images/close-button.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/copyright-vertical.png 
b/formats/timeline/resources/SimileTimeline/images/copyright-vertical.png
index c2738f9..b6e37d5 100644
--- a/formats/timeline/resources/SimileTimeline/images/copyright-vertical.png
+++ b/formats/timeline/resources/SimileTimeline/images/copyright-vertical.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/copyright.png 
b/formats/timeline/resources/SimileTimeline/images/copyright.png
index 1132a4e..01f1778 100644
--- a/formats/timeline/resources/SimileTimeline/images/copyright.png
+++ b/formats/timeline/resources/SimileTimeline/images/copyright.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/dark-blue-circle.png 
b/formats/timeline/resources/SimileTimeline/images/dark-blue-circle.png
index 719682b..9eac181 100644
--- a/formats/timeline/resources/SimileTimeline/images/dark-blue-circle.png
+++ b/formats/timeline/resources/SimileTimeline/images/dark-blue-circle.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/dark-green-circle.png 
b/formats/timeline/resources/SimileTimeline/images/dark-green-circle.png
index 46da781..c59092d 100644
--- a/formats/timeline/resources/SimileTimeline/images/dark-green-circle.png
+++ b/formats/timeline/resources/SimileTimeline/images/dark-green-circle.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/dark-red-circle.png 
b/formats/timeline/resources/SimileTimeline/images/dark-red-circle.png
index 481dc81..d1a864a 100644
--- a/formats/timeline/resources/SimileTimeline/images/dark-red-circle.png
+++ b/formats/timeline/resources/SimileTimeline/images/dark-red-circle.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/dull-blue-circle.png 
b/formats/timeline/resources/SimileTimeline/images/dull-blue-circle.png
index dd8336b..587366e 100644
--- a/formats/timeline/resources/SimileTimeline/images/dull-blue-circle.png
+++ b/formats/timeline/resources/SimileTimeline/images/dull-blue-circle.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/dull-green-circle.png 
b/formats/timeline/resources/SimileTimeline/images/dull-green-circle.png
index 5891980..587366e 100644
--- a/formats/timeline/resources/SimileTimeline/images/dull-green-circle.png
+++ b/formats/timeline/resources/SimileTimeline/images/dull-green-circle.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/dull-red-circle.png 
b/formats/timeline/resources/SimileTimeline/images/dull-red-circle.png
index e637430..c0bd902 100644
--- a/formats/timeline/resources/SimileTimeline/images/dull-red-circle.png
+++ b/formats/timeline/resources/SimileTimeline/images/dull-red-circle.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/gray-circle.png 
b/formats/timeline/resources/SimileTimeline/images/gray-circle.png
index 99a394c..530687c 100644
--- a/formats/timeline/resources/SimileTimeline/images/gray-circle.png
+++ b/formats/timeline/resources/SimileTimeline/images/gray-circle.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/green-circle.png 
b/formats/timeline/resources/SimileTimeline/images/green-circle.png
index fccd61b..12a5d38 100644
--- a/formats/timeline/resources/SimileTimeline/images/green-circle.png
+++ b/formats/timeline/resources/SimileTimeline/images/green-circle.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/message-bottom-left.png 
b/formats/timeline/resources/SimileTimeline/images/message-bottom-left.png
index 4f8c64a..21be9a9 100644
--- a/formats/timeline/resources/SimileTimeline/images/message-bottom-left.png
+++ b/formats/timeline/resources/SimileTimeline/images/message-bottom-left.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/message-bottom-right.png 
b/formats/timeline/resources/SimileTimeline/images/message-bottom-right.png
index a8834bb..983508f 100644
--- a/formats/timeline/resources/SimileTimeline/images/message-bottom-right.png
+++ b/formats/timeline/resources/SimileTimeline/images/message-bottom-right.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/message-left.png 
b/formats/timeline/resources/SimileTimeline/images/message-left.png
index b6416aa..5ec7ccb 100644
--- a/formats/timeline/resources/SimileTimeline/images/message-left.png
+++ b/formats/timeline/resources/SimileTimeline/images/message-left.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/message-right.png 
b/formats/timeline/resources/SimileTimeline/images/message-right.png
index 729524b..eb22612 100644
--- a/formats/timeline/resources/SimileTimeline/images/message-right.png
+++ b/formats/timeline/resources/SimileTimeline/images/message-right.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/message-top-left.png 
b/formats/timeline/resources/SimileTimeline/images/message-top-left.png
index b050134..a7d17e8 100644
--- a/formats/timeline/resources/SimileTimeline/images/message-top-left.png
+++ b/formats/timeline/resources/SimileTimeline/images/message-top-left.png
Binary files differ
diff --git 
a/formats/timeline/resources/SimileTimeline/images/message-top-right.png 
b/formats/timeline/resources/SimileTimeline/images/message-top-right.png
index 01a82ab..a1b6666 100644
--- a/formats/timeline/resources/SimileTimeline/images/message-top-right.png
+++ b/formats/timeline/resources/SimileTimeline/images/message-top-right.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/red-circle.png 
b/formats/timeline/resources/SimileTimeline/images/red-circle.png
index 7847d1f..bb77df5 100644
--- a/formats/timeline/resources/SimileTimeline/images/red-circle.png
+++ b/formats/timeline/resources/SimileTimeline/images/red-circle.png
Binary files differ
diff --git a/formats/timeline/resources/SimileTimeline/images/top-bubble.png 
b/formats/timeline/resources/SimileTimeline/images/top-bubble.png
index 078b578..f99f98e 100644
--- a/formats/timeline/resources/SimileTimeline/images/top-bubble.png
+++ b/formats/timeline/resources/SimileTimeline/images/top-bubble.png
Binary files differ
diff --git a/resources/jquery/datatables/images/back_disabled.png 
b/resources/jquery/datatables/images/back_disabled.png
index 881de79..7a81e3b 100644
--- a/resources/jquery/datatables/images/back_disabled.png
+++ b/resources/jquery/datatables/images/back_disabled.png
Binary files differ
diff --git a/resources/jquery/datatables/images/back_enabled.png 
b/resources/jquery/datatables/images/back_enabled.png
index c608682..2068046 100644
--- a/resources/jquery/datatables/images/back_enabled.png
+++ b/resources/jquery/datatables/images/back_enabled.png
Binary files differ
diff --git a/resources/jquery/datatables/images/back_enabled_hover.png 
b/resources/jquery/datatables/images/back_enabled_hover.png
index d300f10..f60864d 100644
--- a/resources/jquery/datatables/images/back_enabled_hover.png
+++ b/resources/jquery/datatables/images/back_enabled_hover.png
Binary files differ
diff --git a/resources/jquery/datatables/images/forward_disabled.png 
b/resources/jquery/datatables/images/forward_disabled.png
index 6a6ded7..7416c9a 100644
--- a/resources/jquery/datatables/images/forward_disabled.png
+++ b/resources/jquery/datatables/images/forward_disabled.png
Binary files differ
diff --git a/resources/jquery/datatables/images/forward_enabled.png 
b/resources/jquery/datatables/images/forward_enabled.png
index a4e6b53..c12641a 100644
--- a/resources/jquery/datatables/images/forward_enabled.png
+++ b/resources/jquery/datatables/images/forward_enabled.png
Binary files differ
diff --git a/resources/jquery/datatables/images/forward_enabled_hover.png 
b/resources/jquery/datatables/images/forward_enabled_hover.png
index fc46c5e..96e7e28 100644
--- a/resources/jquery/datatables/images/forward_enabled_hover.png
+++ b/resources/jquery/datatables/images/forward_enabled_hover.png
Binary files differ
diff --git a/resources/jquery/datatables/images/sort_asc.png 
b/resources/jquery/datatables/images/sort_asc.png
index a88d797..f2c93cb 100644
--- a/resources/jquery/datatables/images/sort_asc.png
+++ b/resources/jquery/datatables/images/sort_asc.png
Binary files differ
diff --git a/resources/jquery/datatables/images/sort_asc_disabled.png 
b/resources/jquery/datatables/images/sort_asc_disabled.png
index 4e144cf..f2c93cb 100644
--- a/resources/jquery/datatables/images/sort_asc_disabled.png
+++ b/resources/jquery/datatables/images/sort_asc_disabled.png
Binary files differ
diff --git a/resources/jquery/datatables/images/sort_both.png 
b/resources/jquery/datatables/images/sort_both.png
index 1867040..8bce4bf 100644
--- a/resources/jquery/datatables/images/sort_both.png
+++ b/resources/jquery/datatables/images/sort_both.png
Binary files differ
diff --git a/resources/jquery/datatables/images/sort_desc.png 
b/resources/jquery/datatables/images/sort_desc.png
index def071e..276a3f3 100644
--- a/resources/jquery/datatables/images/sort_desc.png
+++ b/resources/jquery/datatables/images/sort_desc.png
Binary files differ
diff --git a/resources/jquery/datatables/images/sort_desc_disabled.png 
b/resources/jquery/datatables/images/sort_desc_disabled.png
index 7824973..5c6b8f2 100644
--- a/resources/jquery/datatables/images/sort_desc_disabled.png
+++ b/resources/jquery/datatables/images/sort_desc_disabled.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_close.png 
b/resources/jquery/fancybox/fancy_close.png
index 0703530..c859d5b 100644
--- a/resources/jquery/fancybox/fancy_close.png
+++ b/resources/jquery/fancybox/fancy_close.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_loading.png 
b/resources/jquery/fancybox/fancy_loading.png
index 2503017..de97e48 100644
--- a/resources/jquery/fancybox/fancy_loading.png
+++ b/resources/jquery/fancybox/fancy_loading.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_nav_left.png 
b/resources/jquery/fancybox/fancy_nav_left.png
index ebaa6a4..3f0e852 100644
--- a/resources/jquery/fancybox/fancy_nav_left.png
+++ b/resources/jquery/fancybox/fancy_nav_left.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_nav_right.png 
b/resources/jquery/fancybox/fancy_nav_right.png
index 873294e..e664b08 100644
--- a/resources/jquery/fancybox/fancy_nav_right.png
+++ b/resources/jquery/fancybox/fancy_nav_right.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_shadow_e.png 
b/resources/jquery/fancybox/fancy_shadow_e.png
index 2eda089..fff7223 100644
--- a/resources/jquery/fancybox/fancy_shadow_e.png
+++ b/resources/jquery/fancybox/fancy_shadow_e.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_shadow_n.png 
b/resources/jquery/fancybox/fancy_shadow_n.png
index 69aa10e..ab1eb9e 100644
--- a/resources/jquery/fancybox/fancy_shadow_n.png
+++ b/resources/jquery/fancybox/fancy_shadow_n.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_shadow_ne.png 
b/resources/jquery/fancybox/fancy_shadow_ne.png
index 79f6980..93d8c56 100644
--- a/resources/jquery/fancybox/fancy_shadow_ne.png
+++ b/resources/jquery/fancybox/fancy_shadow_ne.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_shadow_nw.png 
b/resources/jquery/fancybox/fancy_shadow_nw.png
index 7182cd9..7df67eb 100644
--- a/resources/jquery/fancybox/fancy_shadow_nw.png
+++ b/resources/jquery/fancybox/fancy_shadow_nw.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_shadow_s.png 
b/resources/jquery/fancybox/fancy_shadow_s.png
index d8858bf..67964c1 100644
--- a/resources/jquery/fancybox/fancy_shadow_s.png
+++ b/resources/jquery/fancybox/fancy_shadow_s.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_shadow_se.png 
b/resources/jquery/fancybox/fancy_shadow_se.png
index 541e3ff..16b3113 100644
--- a/resources/jquery/fancybox/fancy_shadow_se.png
+++ b/resources/jquery/fancybox/fancy_shadow_se.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_shadow_sw.png 
b/resources/jquery/fancybox/fancy_shadow_sw.png
index b451689..d4aef00 100644
--- a/resources/jquery/fancybox/fancy_shadow_sw.png
+++ b/resources/jquery/fancybox/fancy_shadow_sw.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_shadow_w.png 
b/resources/jquery/fancybox/fancy_shadow_w.png
index 8a4e4a8..7df67eb 100644
--- a/resources/jquery/fancybox/fancy_shadow_w.png
+++ b/resources/jquery/fancybox/fancy_shadow_w.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancy_title_over.png 
b/resources/jquery/fancybox/fancy_title_over.png
index d9f458f..fa88495 100644
--- a/resources/jquery/fancybox/fancy_title_over.png
+++ b/resources/jquery/fancybox/fancy_title_over.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancybox-x.png 
b/resources/jquery/fancybox/fancybox-x.png
index c2130f8..8a569fe 100644
--- a/resources/jquery/fancybox/fancybox-x.png
+++ b/resources/jquery/fancybox/fancybox-x.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancybox-y.png 
b/resources/jquery/fancybox/fancybox-y.png
index 7ef399b..71fac01 100644
--- a/resources/jquery/fancybox/fancybox-y.png
+++ b/resources/jquery/fancybox/fancybox-y.png
Binary files differ
diff --git a/resources/jquery/fancybox/fancybox.png 
b/resources/jquery/fancybox/fancybox.png
index 65e14f6..fbb30e0 100644
--- a/resources/jquery/fancybox/fancybox.png
+++ b/resources/jquery/fancybox/fancybox.png
Binary files differ
diff --git 
a/resources/jquery/jplayer/skin/blue.monday/jplayer.blue.monday.video.play.png 
b/resources/jquery/jplayer/skin/blue.monday/jplayer.blue.monday.video.play.png
index 8e97df0..e1ed54e 100644
--- 
a/resources/jquery/jplayer/skin/blue.monday/jplayer.blue.monday.video.play.png
+++ 
b/resources/jquery/jplayer/skin/blue.monday/jplayer.blue.monday.video.play.png
Binary files differ
diff --git 
a/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.interface.png
 
b/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.interface.png
index 901ffc3..eda99a2 100644
--- 
a/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.interface.png
+++ 
b/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.interface.png
Binary files differ
diff --git 
a/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.playlist.png
 
b/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.playlist.png
index 38c9d75..bfa5bf2 100644
--- 
a/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.playlist.png
+++ 
b/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.playlist.png
Binary files differ
diff --git 
a/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.png 
b/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.png
index 3470f62..ce88271 100644
--- a/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.png
+++ b/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.png
Binary files differ
diff --git 
a/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.video.play.png
 
b/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.video.play.png
index e8d7f89..f7bb588 100644
--- 
a/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.video.play.png
+++ 
b/resources/jquery/jplayer/skin/morning.light/jplayer.morning.light.video.play.png
Binary files differ

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4d83887a18b512afa4eebe8a894501e2611f651
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticResultFormats
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

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

Reply via email to