Repository: incubator-griffin-site Updated Branches: refs/heads/master ad86c14f4 -> 58a9bf04e
remove gradient Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/commit/58a9bf04 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/58a9bf04 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/58a9bf04 Branch: refs/heads/master Commit: 58a9bf04e68a991f79f63cf7d7c65593050aa8de Parents: ad86c14 Author: William Guo <gu...@apache.org> Authored: Fri Sep 14 17:53:47 2018 +0800 Committer: William Guo <gu...@apache.org> Committed: Fri Sep 14 17:53:47 2018 +0800 ---------------------------------------------------------------------- css/style.css | 2 +- index.html | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/58a9bf04/css/style.css ---------------------------------------------------------------------- diff --git a/css/style.css b/css/style.css index 571be1d..94e8d60 100755 --- a/css/style.css +++ b/css/style.css @@ -13,7 +13,7 @@ h4{font-size:18px; font-weight:500;} .marginbot{margin-bottom:50px;} .topbar{width:100%; background-color:#0E378C; opacity:0.95; height:60px; position:fixed; z-index:10; top:0;} -.headerimage{width:100%; position:relative;background-image: linear-gradient(0deg, #03DDE4 0%, #30AFED 51%, #8755FF 100%);} +.headerimage{width:100%; position:relative;} .headerimage img{width:100%;} .blackoverlay{opacity:0.6; width:100%; height:100%; ; position:absolute; top:53px;} http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/58a9bf04/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index a970f02..98cbad1 100755 --- a/index.html +++ b/index.html @@ -227,13 +227,16 @@ <p>Get help using Griffin or contribute to the project</p> <ul> <li> - <a href="/docs/community.html"><b>Mailing Lists</b></a> + <a href="/docs/community.html" target="_blank"><b>Mailing Lists</b></a> </li> <li> - <a href="https://issues.apache.org/jira/browse/Griffin"><b>Issues Tracking</b></a> + <a href="https://issues.apache.org/jira/browse/Griffin" target="_blank"><b>Issues Tracking</b></a> </li> <li> - <a href="https://cwiki.apache.org/confluence/display/GRIFFIN/Contributing+to+Apache+Griffin"><b>How + <a href="http://github.com/apache/incubator-griffin" target="_blank"><b>Griffin Github</b></a> + </li> + <li> + <a href="https://cwiki.apache.org/confluence/display/GRIFFIN/Contributing+to+Apache+Griffin" target="_blank"><b>How to Contribute</b></a> </li> </ul>