Merge branch 'master' into ruler-tool

This commit is contained in:
BigBahss
2020-10-24 03:28:29 -04:00
24 changed files with 1025 additions and 761 deletions

View File

@@ -0,0 +1,9 @@
/* do not limit the width of the page */
.wy-nav-content {
max-width: 75%;
}
.wy-side-scroll {
width: auto;
overflow-y: auto;
}

View File

@@ -99,6 +99,8 @@ html_context = {
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_favicon = '../resources/icons/porymap-icon-2.ico'
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#