mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
agogo theme: Wrong use of sidebar* configs (#10520)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
parent
396d29fc32
commit
9ff08123e4
1
CHANGES
1
CHANGES
@ -22,6 +22,7 @@ Bugs fixed
|
|||||||
* #10031: py domain: Fix spurious whitespace in unparsing various operators (``+``,
|
* #10031: py domain: Fix spurious whitespace in unparsing various operators (``+``,
|
||||||
``-``, ``~``, and ``**``). Patch by Adam Turner.
|
``-``, ``~``, and ``**``). Patch by Adam Turner.
|
||||||
* #10460: logging: Always show node source locations as absolute paths.
|
* #10460: logging: Always show node source locations as absolute paths.
|
||||||
|
* #10520: HTML Theme: Fix use of sidebar classes in ``agogo.css_t``.
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
@ -273,12 +273,6 @@ div.document ol {
|
|||||||
|
|
||||||
div.sidebar,
|
div.sidebar,
|
||||||
aside.sidebar {
|
aside.sidebar {
|
||||||
width: {{ theme_sidebarwidth|todim }};
|
|
||||||
{%- if theme_rightsidebar|tobool %}
|
|
||||||
float: right;
|
|
||||||
{%- else %}
|
|
||||||
float: left;
|
|
||||||
{%- endif %}
|
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user