basic theme: Avoid clashes between sidebar and other blocks

This commit is contained in:
Matthias Geier 2020-04-14 19:48:47 +02:00
parent 86ef8521df
commit 57bd6bc37c

View File

@ -326,6 +326,10 @@ p.sidebar-title {
font-weight: bold;
}
div.admonition, div.topic, div.sidebar, pre {
clear: both;
}
/* -- topics ---------------------------------------------------------------- */
div.topic {