File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -315,25 +315,25 @@ pipeline and version
315315
316316/* Download Links */
317317.zip_download_link {
318- background : url (/ assets/images/zip-file.png ) no-repeat center ;
318+ background : url (.. /assets/images/zip-file.png ) no-repeat center ;
319319 background-size : 70% ;
320320 padding : 0px ;
321321 margin : 0px ;
322322 transition : 0.2s ease-in-out ;
323323}
324324.zip_download_link :hover {
325- background : url (/ assets/images/zip-file-a.png ) no-repeat center ;
325+ background : url (.. /assets/images/zip-file-a.png ) no-repeat center ;
326326 background-size : 73% ;
327327 opacity : 0.6 ;
328328}
329329.tar_download_link {
330- background : url (/ assets/images/tar-file.png ) no-repeat center ;
330+ background : url (.. /assets/images/tar-file.png ) no-repeat center ;
331331 transition : 0.2s ease-in-out ;
332332 background-size : 70% ;
333333 margin-left : -15px ;
334334}
335335.tar_download_link :hover {
336- background : url (/ assets/images/tar-file-a.png ) no-repeat center ;
336+ background : url (.. /assets/images/tar-file-a.png ) no-repeat center ;
337337 background-size : 73% ;
338338 opacity : 0.6 ;
339339}
You canβt perform that action at this time.
0 commit comments