Skip to content

Commit a14a8a0

Browse files
committed
Fix the ornaments
1 parent 0790c45 commit a14a8a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/_static/hackrtd.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ pre {
2323
* thingummy also has an <hr> in it, and putting the ornament on that looks
2424
* *really weird*. (In particular, the background color is wrong.)
2525
*/
26+
.rst-content hr {
27+
overflow: visible;
28+
}
29+
2630
.rst-content hr:after {
2731
/* This .svg gets displayed on top of the middle of the hrule. It has a box
2832
* behind the logo that's colored to match the RTD theme body background

0 commit comments

Comments
 (0)