[Pkg-javascript-commits] [jquery-minicolors] 03/15: Divided the css into two versions: one that references the image file externally (for ie7 compatibility), and one that embeds the background image in base64 format into the css file.

David Prévot taffit at moszumanska.debian.org
Wed Sep 3 16:34:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository jquery-minicolors.

commit e7ee91803e6fb3526653de0730656c66f9525286
Author: Matt <mattcurtis at gmail.com>
Date:   Fri Aug 29 08:35:05 2014 -0400

    Divided the css into two versions: one that references the image file externally (for ie7 compatibility), and one that embeds the background image in base64 format into the css file.
---
 jquery.minicolors.css => jquery.minicolors.base64.css | 0
 jquery.minicolors.css                                 | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/jquery.minicolors.css b/jquery.minicolors.base64.css
similarity index 100%
copy from jquery.minicolors.css
copy to jquery.minicolors.base64.css
diff --git a/jquery.minicolors.css b/jquery.minicolors.css
index d8564b5..056e892 100644
--- a/jquery.minicolors.css
+++ b/jquery.minicolors.css
@@ -3,7 +3,7 @@
 }
 
 .minicolors-background {
-    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2YAAACWCAYAAAC1r5t6AAEuWklEQVR42uz9a8xt25YVhrU+1ner7qseLiEjhERwfkDFeWAEl6dCQcAUCBDCwUSJwg+jRPIzgGVZMcZ2DCKyIycxiSOi2JbMr8hBgFNVGKNAHgKCTBnbUYCYEsHYIoiKKuYW9zzu2XvP0fNjjUfrbfQx5/r23ufWPnX2PvrOWmvOueYc87HmHG201luzv/GzvstvVmG4/3N39H8GAwzAnASHw8zgDpjRdAcOFPz0v/J1mvrm/374h3+48Oevfe1rOh/PnF/xdv+5TvgLf+EvLAv9vJ/38/ATsdzP/bk/l9tZ6c/l/XEyr8/3B9ZT3X07r/1hM/04+U62XW1X2ka/X9Rn63l0e33fHmnLbtvhONOxqiffw9m+9HW4+9h+X87dR5vbv4M+11pr [...]
+    background-image: url('jquery.minicolors.png');
 }
 
 .minicolors-swatch {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-minicolors.git



More information about the Pkg-javascript-commits mailing list