Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 67d0cc422 -> 89506edc6
Fix header. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/89506edc Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/89506edc Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/89506edc Branch: refs/heads/asf-site Commit: 89506edc69e50cb7144e8da44c98209509e5366e Parents: 67d0cc4 Author: JamesBognar <[email protected]> Authored: Mon Apr 17 12:22:16 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Mon Apr 17 12:22:16 2017 -0400 ---------------------------------------------------------------------- content/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89506edc/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 41867c5..cfe228e 100644 --- a/content/index.html +++ b/content/index.html @@ -16,7 +16,7 @@ color: #2874A6; clear: left; margin: 0px; - padding: 20px 20px 0px 20px; + padding: 20px 20px 0px 50px; box-shadow: 5px 5px 2px #888888; text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px; white-space: nowrap; @@ -128,7 +128,7 @@ <div class="container"> <header id='header'> - Apache Juneau (incubating) + Apache Juneau <small>(incubating)</small> <img src='images/feather.png' style='position:absolute;right:20px;height:40px;'> </header>
