You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/01/15 04:24:40 UTC

svn commit: r1558281 - in /archiva/site-content/css: fancybox_loading-2x.gif fancybox_loading@2x.gif fancybox_sprite-2x.png jquery.fancybox.2.1.5.css

Author: olamy
Date: Wed Jan 15 03:24:40 2014
New Revision: 1558281

URL: http://svn.apache.org/r1558281
Log:
Apache Archiva Main site deployment

Added:
    archiva/site-content/css/fancybox_loading-2x.gif   (with props)
    archiva/site-content/css/fancybox_sprite-2x.png   (with props)
Removed:
    archiva/site-content/css/fancybox_loading@2x.gif
Modified:
    archiva/site-content/css/jquery.fancybox.2.1.5.css

Added: archiva/site-content/css/fancybox_loading-2x.gif
URL: http://svn.apache.org/viewvc/archiva/site-content/css/fancybox_loading-2x.gif?rev=1558281&view=auto
==============================================================================
Binary file - no diff available.

Propchange: archiva/site-content/css/fancybox_loading-2x.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: archiva/site-content/css/fancybox_sprite-2x.png
URL: http://svn.apache.org/viewvc/archiva/site-content/css/fancybox_sprite-2x.png?rev=1558281&view=auto
==============================================================================
Binary file - no diff available.

Propchange: archiva/site-content/css/fancybox_sprite-2x.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: archiva/site-content/css/jquery.fancybox.2.1.5.css
URL: http://svn.apache.org/viewvc/archiva/site-content/css/jquery.fancybox.2.1.5.css?rev=1558281&r1=1558280&r2=1558281&view=diff
==============================================================================
--- archiva/site-content/css/jquery.fancybox.2.1.5.css (original)
+++ archiva/site-content/css/jquery.fancybox.2.1.5.css Wed Jan 15 03:24:40 2014
@@ -263,12 +263,12 @@
 	   only screen and (min-device-pixel-ratio: 1.5){
 
 	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
-		background-image: url('fancybox_sprite@2x.png');
+		background-image: url('fancybox_sprite-2x.png');
 		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
 	}
 
 	#fancybox-loading div {
-		background-image: url('fancybox_loading@2x.gif');
+		background-image: url('fancybox_loading-2x.gif');
 		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
 	}
 }
\ No newline at end of file