Skip to content

Commit ae38aa6

Browse files
committed
Revert some of "fix: remove hr more simply"
This reverts some of commit feb20e1.
1 parent 86bac00 commit ae38aa6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

mkdocs_tacc/tacc_readthedocs/css/tacc-theme/readthedocs-reskin.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ svg.logo [fill]:not([fill="none"]) {
262262
content: unset;
263263
}
264264

265+
/* to hide the <hr> from ReadTheDocs theme markup */
266+
.rst-content [role="navigation"] hr {
267+
display: none;
268+
}
269+
265270
/* to hide the ≫ from ReadTheDocs theme markup */
266271
.rst-content [role="navigation"] li::before {
267272
margin-left: -1.25ch;

0 commit comments

Comments
 (0)