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:
Matthias Geier 2022-06-16 21:40:37 +02:00 committed by GitHub
parent 396d29fc32
commit 9ff08123e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -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
-------- --------

View File

@ -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;
} }