FIXUP: sidebar: only clear "right"

This commit is contained in:
Matthias Geier 2020-04-14 20:03:22 +02:00
parent 57bd6bc37c
commit ae9ae3e749

View File

@ -320,13 +320,14 @@ div.sidebar {
background-color: #ffe;
width: 40%;
float: right;
clear: right
}
p.sidebar-title {
font-weight: bold;
}
div.admonition, div.topic, div.sidebar, pre {
div.admonition, div.topic, pre {
clear: both;
}