mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Update the structure of the home page
- Improve phrasing of certain paragraphs - Break up into subsections - Hide the table of content at the bottom of it to reduce visual noise - Correctly reference that translated docs apply to the stable branch, not the latest branch - Fix styling of breadcrumbs
This commit is contained in:
@@ -918,12 +918,14 @@ code,
|
||||
|
||||
/* Admonition tweaks */
|
||||
|
||||
.rst-content .admonition,
|
||||
.rst-content .admonition.note,
|
||||
.rst-content .admonition.seealso {
|
||||
background-color: var(--admonition-note-background-color);
|
||||
color: var(--admonition-note-color);
|
||||
}
|
||||
|
||||
.rst-content .admonition .admonition-title,
|
||||
.rst-content .admonition.note .admonition-title,
|
||||
.rst-content .admonition.seealso .admonition-title {
|
||||
background-color: var(--admonition-note-title-background-color);
|
||||
@@ -1565,3 +1567,11 @@ 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user