You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/08/04 05:26:46 UTC

[orc] branch main updated: ORC-1237: Remove a wrong image link to `article-footer.png`

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new da1c82dcd ORC-1237: Remove a wrong image link to `article-footer.png`
da1c82dcd is described below

commit da1c82dcd3d58c936f7e0797027137d39113587b
Author: William Hyun <wi...@apache.org>
AuthorDate: Wed Aug 3 22:26:39 2022 -0700

    ORC-1237: Remove a wrong image link to `article-footer.png`
    
    ### What changes were proposed in this pull request?
    This Pr aims to remove a wrong image link to `article-footer.png`.
    
    ### Why are the changes needed?
    Currently, this missing image link shows a 404 error.
    
    ### How was this patch tested?
    Manually.
    
    Closes #1208 from williamhyun/siteimage.
    
    Authored-by: William Hyun <wi...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 site/css/screen.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/css/screen.scss b/site/css/screen.scss
index 9f2831e00..e2f20010e 100644
--- a/site/css/screen.scss
+++ b/site/css/screen.scss
@@ -468,7 +468,7 @@ aside {
   text-align: center;
   padding-top: 40px;
   position: relative;
-  background: url(../img/article-footer.png) top center no-repeat;
+  background: top center no-repeat;
   margin: 40px -20px 10px;
 
   > div { width: 49.5%; }