VectorGOLEM/skinStyles/jquery.ui
Ori Livneh cbad669fa5 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 --iterations=1000 --filters=01234mepb {} {} \;

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

Change-Id: Iffb64007f312cc3afcd335a636847d42648b10f5
Task: T127608
2016-02-20 20:35:56 +00:00
..
images Compress PNGs with zopflipng 2016-02-20 20:35:56 +00:00
PATCHES jquery-ui: Remove dark color from links inside dialogs 2015-01-07 01:10:01 +00:00
jquery.ui.accordion.css Move Vector skin from core 2014-08-07 13:38:34 +02:00
jquery.ui.autocomplete.css Update jquery.ui Vector theme to 1.9.2 2014-12-16 21:17:56 +00:00
jquery.ui.button.css jquery.ui.button.css: Remove '-ms-linear-gradient' 2015-05-27 13:59:53 +03:00
jquery.ui.core.css Synchronizing Vector jQuery UI styling with core to fix regression 2014-11-30 16:05:06 -08:00
jquery.ui.datepicker.css Update jquery.ui Vector theme to 1.9.2 2014-12-16 21:17:56 +00:00
jquery.ui.dialog.css Update jquery.ui Vector theme to 1.9.2 2014-12-16 21:17:56 +00:00
jquery.ui.menu.css Update jquery.ui Vector theme to 1.9.2 2014-12-16 21:17:56 +00:00
jquery.ui.progressbar.css Move Vector skin from core 2014-08-07 13:38:34 +02:00
jquery.ui.resizable.css Update jquery.ui Vector theme to 1.9.2 2014-12-16 21:17:56 +00:00
jquery.ui.selectable.css Move Vector skin from core 2014-08-07 13:38:34 +02:00
jquery.ui.slider.css Move Vector skin from core 2014-08-07 13:38:34 +02:00
jquery.ui.spinner.css Update jquery.ui Vector theme to 1.9.2 2014-12-16 21:17:56 +00:00
jquery.ui.tabs.css Move Vector skin from core 2014-08-07 13:38:34 +02:00
jquery.ui.theme.css jquery-ui: Remove dark color from links inside dialogs 2015-01-07 01:10:01 +00:00
jquery.ui.tooltip.css Update jquery.ui Vector theme to 1.9.2 2014-12-16 21:17:56 +00:00