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:07:27 UTC

incubator-juneau-website git commit: Soften shadows.

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


Soften shadows.

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

Branch: refs/heads/asf-site
Commit: 3b68b2521762f877283153f30c40d69d245d4641
Parents: ec6b895
Author: JamesBognar <ja...@apache.org>
Authored: Thu Jun 8 10:07:25 2017 -0400
Committer: JamesBognar <ja...@apache.org>
Committed: Thu Jun 8 10:07:25 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/3b68b252/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 9a6352b..922e28a 100644
--- a/content/index.html
+++ b/content/index.html
@@ -17,7 +17,7 @@
 		    clear: left;
 		    margin: 0px;
 			padding: 20px 20px 0px 20px;
-			box-shadow: 5px 5px 2px #777777;
+			box-shadow: 5px 5px 2px #999999;
 			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 #777777;
+			box-shadow: 5px 5px 2px #999999;
 			color: rgb(44, 69, 87);
 			background-color: #eef3f7;
 		    font-size: 1.0em;