From d3501a1c33112fff8e10f9e8d23b30d609c46334 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Mon, 14 Jan 2019 16:05:38 -0500 Subject: [PATCH] adding dash ad --- _includes/helpbox.html | 103 +++++++++++++++++++++++++--------------- all_static/css/main.css | 6 +-- 2 files changed, 67 insertions(+), 42 deletions(-) diff --git a/_includes/helpbox.html b/_includes/helpbox.html index 94417777f893..2b5b5b2d24ba 100644 --- a/_includes/helpbox.html +++ b/_includes/helpbox.html @@ -1,22 +1,29 @@
-
-
Still need help?
-
-
Contact Us
-
+ github.com/plotly + + +
+

+ Dash: A free and open-source framework for building analytic apps in + Python. +

+ +
-
\ No newline at end of file + + diff --git a/all_static/css/main.css b/all_static/css/main.css index 50f358e92afb..cecbfd508f84 100644 --- a/all_static/css/main.css +++ b/all_static/css/main.css @@ -1967,8 +1967,8 @@ ul.\--ref { content: ''; position: absolute; width: 40px; - background: #6693e2; - height: 6px; + background: #a2d0ff; + height: 2px; left: 50%; margin-left: -20px; top: 100%; } @@ -1994,7 +1994,7 @@ ul.\--ref { padding: 0; } .\--help-box .\--wrap .\--cta a { text-decoration: underline; - color: #ffffff !important; } + } div.input_area > div.highlight > pre { padding: 1px; }