mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #6576 from YuriSizov/theme-remove-breadcrumbs-fixes
Remove breadcrumb styling adjustments after the base theme update
This commit is contained in:
@@ -1633,11 +1633,3 @@ p + .classref-constant {
|
||||
.wy-menu-vertical p.caption + ul.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Top navigation, breadcrumbs */
|
||||
.wy-breadcrumbs li a {
|
||||
padding: 0 5px;
|
||||
}
|
||||
.wy-breadcrumbs li a:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
2
conf.py
2
conf.py
@@ -189,7 +189,7 @@ html_extra_path = ["robots.txt"]
|
||||
html_css_files = [
|
||||
'css/algolia.css',
|
||||
'https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css',
|
||||
"css/custom.css?6", # Increment the number at the end when the file changes to bust the cache.
|
||||
"css/custom.css?7", # Increment the number at the end when the file changes to bust the cache.
|
||||
]
|
||||
|
||||
if not on_rtd:
|
||||
|
||||
Reference in New Issue
Block a user