From 2f3458e207664c16d9ba43465cf4a2d72fcad7ba Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 17 Nov 2017 23:17:16 +0000 Subject: [PATCH] Added share buttons --- CliClient/app/build-website.js | 1 + docs/index.html | 1 + docs/terminal/index.html | 1 + 3 files changed, 3 insertions(+) diff --git a/CliClient/app/build-website.js b/CliClient/app/build-website.js index a040453ebd..49cd13b878 100644 --- a/CliClient/app/build-website.js +++ b/CliClient/app/build-website.js @@ -123,6 +123,7 @@ const headerHtml = ` position:fixed; top: 0; width: inherit; + box-shadow: 0 0 10px #000000; } .nav a { color: white; diff --git a/docs/index.html b/docs/index.html index 69d6213953..a1d6084b79 100644 --- a/docs/index.html +++ b/docs/index.html @@ -117,6 +117,7 @@ position:fixed; top: 0; width: inherit; + box-shadow: 0 0 10px #000000; } .nav a { color: white; diff --git a/docs/terminal/index.html b/docs/terminal/index.html index 6d79aa7b2a..e4fb2328e8 100644 --- a/docs/terminal/index.html +++ b/docs/terminal/index.html @@ -117,6 +117,7 @@ position:fixed; top: 0; width: inherit; + box-shadow: 0 0 10px #000000; } .nav a { color: white;