agogo theme: revert CSS changes related to sidebar (#10787)

This commit is contained in:
Matthias Geier 2022-08-28 21:19:34 +02:00 committed by GitHub
parent 12bff8a273
commit f56e61d1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Bugs fixed
- #10257: C++, ensure consistent non-specialization template argument
representation.
- #10729: C++, fix parsing of certain non-type template parameter packs.
- #10715: Revert #10520: "Fix" use of sidebar classes in ``agogo.css_t``
Testing
--------

View File

@ -273,6 +273,12 @@ div.document ol {
div.sidebar,
aside.sidebar {
width: {{ theme_sidebarwidth|todim }};
{%- if theme_rightsidebar|tobool %}
float: right;
{%- else %}
float: left;
{%- endif %}
font-size: .9em;
}