diff --git a/0.1/javascripts/extra.js b/0.1/javascripts/extra.js index f2454f22..e07822c9 100644 --- a/0.1/javascripts/extra.js +++ b/0.1/javascripts/extra.js @@ -1,5 +1,5 @@ window.addEventListener("DOMContentLoaded", function() { if(!window.location.pathname.endsWith("/latest/")){ - document.querySelector("div[data-md-component=announce]").innerHTML = "You are seeing the docs for a previous version of RAPIDS, click here to go to the latest" + document.querySelector("div[data-md-component=announce]").innerHTML = "
You are seeing the docs for a previous version of RAPIDS, click here to go to the latest
" } }); diff --git a/0.1/sitemap.xml.gz b/0.1/sitemap.xml.gz index ddc58b06..b0034fc0 100644 Binary files a/0.1/sitemap.xml.gz and b/0.1/sitemap.xml.gz differ diff --git a/0.1/stylesheets/extra.css b/0.1/stylesheets/extra.css index 6e6cddbd..83eba024 100644 --- a/0.1/stylesheets/extra.css +++ b/0.1/stylesheets/extra.css @@ -15,13 +15,14 @@ div[data-md-component=announce] { background-color: rgba(255,145,0,.1); - padding: 15px; - text-align: center; - font-size: .8rem; - color: var(--md-admonition-fg-color); } - -div[data-md-component=announce]>a{ +div[data-md-component=announce]>div#announce-msg{ + color: var(--md-admonition-fg-color); + font-size: .8rem; + text-align: center; + margin: 15px; +} +div[data-md-component=announce]>div#announce-msg>a{ color: var(--md-typeset-a-color); text-decoration: underline; } \ No newline at end of file diff --git a/latest/javascripts/extra.js b/latest/javascripts/extra.js index f2454f22..e07822c9 100644 --- a/latest/javascripts/extra.js +++ b/latest/javascripts/extra.js @@ -1,5 +1,5 @@ window.addEventListener("DOMContentLoaded", function() { if(!window.location.pathname.endsWith("/latest/")){ - document.querySelector("div[data-md-component=announce]").innerHTML = "You are seeing the docs for a previous version of RAPIDS, click here to go to the latest" + document.querySelector("div[data-md-component=announce]").innerHTML = "
You are seeing the docs for a previous version of RAPIDS, click here to go to the latest
" } }); diff --git a/latest/sitemap.xml.gz b/latest/sitemap.xml.gz index ddc58b06..b0034fc0 100644 Binary files a/latest/sitemap.xml.gz and b/latest/sitemap.xml.gz differ diff --git a/latest/stylesheets/extra.css b/latest/stylesheets/extra.css index 6e6cddbd..83eba024 100644 --- a/latest/stylesheets/extra.css +++ b/latest/stylesheets/extra.css @@ -15,13 +15,14 @@ div[data-md-component=announce] { background-color: rgba(255,145,0,.1); - padding: 15px; - text-align: center; - font-size: .8rem; - color: var(--md-admonition-fg-color); } - -div[data-md-component=announce]>a{ +div[data-md-component=announce]>div#announce-msg{ + color: var(--md-admonition-fg-color); + font-size: .8rem; + text-align: center; + margin: 15px; +} +div[data-md-component=announce]>div#announce-msg>a{ color: var(--md-typeset-a-color); text-decoration: underline; } \ No newline at end of file