Author: olamy
Date: Wed Jan 15 03:24:04 2014
New Revision: 1558279
URL: http://svn.apache.org/r1558279
Log:
missing sprite bloody svn do not support file name with @
Added:
archiva/site/src/site/resources/css/fancybox_loading-2x.gif (with props)
archiva/site/src/site/resources/css/fancybox_sprite-2x.png (with props)
Modified:
archiva/site/src/site/resources/css/jquery.fancybox.2.1.5.css
Added: archiva/site/src/site/resources/css/fancybox_loading-2x.gif
URL:
http://svn.apache.org/viewvc/archiva/site/src/site/resources/css/fancybox_loading-2x.gif?rev=1558279&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site/src/site/resources/css/fancybox_loading-2x.gif
------------------------------------------------------------------------------
svn:executable = *
Propchange: archiva/site/src/site/resources/css/fancybox_loading-2x.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: archiva/site/src/site/resources/css/fancybox_sprite-2x.png
URL:
http://svn.apache.org/viewvc/archiva/site/src/site/resources/css/fancybox_sprite-2x.png?rev=1558279&view=auto
==============================================================================
Binary file - no diff available.
Propchange: archiva/site/src/site/resources/css/fancybox_sprite-2x.png
------------------------------------------------------------------------------
svn:executable = *
Propchange: archiva/site/src/site/resources/css/fancybox_sprite-2x.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Modified: archiva/site/src/site/resources/css/jquery.fancybox.2.1.5.css
URL:
http://svn.apache.org/viewvc/archiva/site/src/site/resources/css/jquery.fancybox.2.1.5.css?rev=1558279&r1=1558278&r2=1558279&view=diff
==============================================================================
--- archiva/site/src/site/resources/css/jquery.fancybox.2.1.5.css (original)
+++ archiva/site/src/site/resources/css/jquery.fancybox.2.1.5.css Wed Jan 15
03:24:04 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('[email protected]');
+ 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('[email protected]');
+ 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