mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
agogo theme: revert CSS changes related to sidebar (#10787)
This commit is contained in:
parent
12bff8a273
commit
f56e61d1a1
1
CHANGES
1
CHANGES
@ -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
|
||||
--------
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user