From f939df4ac09fa5cd731bca112790d0de51c13780 Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Sun, 26 Feb 2017 17:03:56 +0100 Subject: [PATCH] Remove nagging popover from docs site (#1855) * Remove nagging popover from docs site * remove obsolete banner style --- docs/_includes/header.html | 12 -------- docs/_layouts/default.html | 19 ------------ docs/css/capistrano.css | 60 -------------------------------------- 3 files changed, 91 deletions(-) diff --git a/docs/_includes/header.html b/docs/_includes/header.html index ef9460af..6b8ac299 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -1,15 +1,3 @@ -
-
New!
-

Our web-based Capistrano

-

- Improve collaboration within your team. -
- Hosted, secure and available any time, from anywhere. -

- Try it now! - No thanks -
-
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 5ac59c96..b8f5b046 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -35,25 +35,6 @@ {% include footer.html %} - - diff --git a/docs/css/capistrano.css b/docs/css/capistrano.css index d8a63a7d..0468af8e 100644 --- a/docs/css/capistrano.css +++ b/docs/css/capistrano.css @@ -26,66 +26,6 @@ body { min-height: 170px; } -.harrowBanner { - overflow: hidden; - position: absolute; - top: 140px; - max-width: 650px; - left:0; - right:0; - box-shadow: 5px 5px 15px rgba(0,0,0, 0.5); - max-width: 60%; - margin: auto; - /* outline: 1px dotted pink; */ - text-align: center; - background-color: rgba(28, 25, 59, 0.95); - border: 2px solid rgba(255, 255, 255, 0.75); - padding: 20px 40px; - z-index: 10000; - display: none; -} - -.harrowBanner__newRibbon { - width: 200px; - background-color: #95b; - position: absolute; - top: 0px; - left: -65px; - text-align: center; - line-height: 50px; - letter-spacing: 1px; - color: #f0f0f0; - transform: rotate(-45deg); - -webkit-transform: rotate(-45deg); - box-shadow: 0 0 15px rgba(255, 255, 255, 0.3); - font-weight: bold; -} - -.harrowBanner__title { - color: #fff; -} - -.harrowBanner__p { - color: #fff; -} - -.harrowBanner__ctaButton { - background-color: #4CC1DD; - border-radius: 3px; - font-weight: bold; - padding: 10px 20px; - color: #fff; - display: inline-block; - margin-bottom: 20px; -} - -.harrowBanner__dismissLink { - color: #fff; - font-size: 75%; - display: block; -} - - h1, h2, h3, h4, h5, h6 { font-weight: 400; font-family: 'Enriqueta', serif;