From 08e50aa39bbc5108404e865091e46b4fd2c1f479 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 5 Mar 2018 10:09:18 +1300 Subject: docs: port changes in .css to .scss source --- docs/style/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/style') diff --git a/docs/style/style.scss b/docs/style/style.scss index 2c66a4c9..29fb96d2 100644 --- a/docs/style/style.scss +++ b/docs/style/style.scss @@ -11,7 +11,6 @@ $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ox @import "../node_modules/bulma/sass/layout/_all"; .sidebody { - height: 100vh; overflow-x: hidden; overflow-y: scroll; } @@ -30,6 +29,7 @@ $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ox .sidebar { + background-color: #F1F1F1; .version { padding: 1em; } -- cgit v1.2.3 From ee6937f948f96d74d413a24f89c2317ab582d0c8 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 5 Mar 2018 10:57:50 +1300 Subject: docs: add robots.txt and error.html - robots.txt prevents crawling of everything but /stable - error.html has a simple meta refresh to the latest stable docs. This will also help crawlers find the right path. --- docs/style/style.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/style') diff --git a/docs/style/style.scss b/docs/style/style.scss index 29fb96d2..bc146fd5 100644 --- a/docs/style/style.scss +++ b/docs/style/style.scss @@ -27,7 +27,6 @@ $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ox margin-bottom: 1em; } - .sidebar { background-color: #F1F1F1; .version { -- cgit v1.2.3