You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/06/08 14:06:29 UTC

incubator-juneau-website git commit: Change header color.

Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site fc2469755 -> ec6b89522


Change header color.

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/ec6b8952
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/ec6b8952
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/ec6b8952

Branch: refs/heads/asf-site
Commit: ec6b89522b2e97b346e0fb9a31794cee992ba266
Parents: fc24697
Author: JamesBognar <ja...@apache.org>
Authored: Thu Jun 8 10:06:26 2017 -0400
Committer: JamesBognar <ja...@apache.org>
Committed: Thu Jun 8 10:06:26 2017 -0400

----------------------------------------------------------------------
 content/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/ec6b8952/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 2aa99fc..9a6352b 100644
--- a/content/index.html
+++ b/content/index.html
@@ -10,14 +10,14 @@
 
 		html, body { margin:0px; height: 100%; width: 100%; font-family: sans-serif;}
 		header {
-			background-color: #adb2b5;
+			background-color: #e8ebef;
 		    font-size: 2.0em;
 		    height: 50px;
 		    color: #2874A6;
 		    clear: left;
 		    margin: 0px;
 			padding: 20px 20px 0px 20px;
-			box-shadow: 5px 5px 2px #888888;
+			box-shadow: 5px 5px 2px #777777;
 			text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(125,32,191,.4) 0 -4px 30px;
 			white-space: nowrap;
 		}
@@ -38,7 +38,7 @@
 		    margin: 40px 20px;
 		    padding: 1em;
 		    border: 1px solid gray;
-			box-shadow: 5px 5px 2px #888888;
+			box-shadow: 5px 5px 2px #777777;
 			color: rgb(44, 69, 87);
 			background-color: #eef3f7;
 		    font-size: 1.0em;