Skip to content

Commit

Permalink
Revert "[fix] sphinx 3.1 CSS issues"
Browse files Browse the repository at this point in the history
This reverts commit 0616684.

Since PR sphinx-doc/sphinx#7878 has been merged into
Spinx-doc (v3.1.2), this patch is no longer needed:

  See sphinx-doc project, PR 7838 & 7484 with elementary patch to the basic CSS:

  - sphinx-doc/sphinx#7838 (comment)
  - sphinx-doc/sphinx#7484 (comment)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 authored and mikeri committed Mar 7, 2021
1 parent 4f8af74 commit 20f4514
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions docs/_themes/searx/static/searx.css
Expand Up @@ -138,32 +138,3 @@ caption {
caption-side: top;
text-align: left;
}

/* bugs since sphinx 3.1
See sphinx-doc project, PR 7838 & 7484 with elementary patch to the basic CSS:
- https://github.com/sphinx-doc/sphinx/issues/7838#issuecomment-646009605
- https://github.com/sphinx-doc/sphinx/pull/7484#issuecomment-646058972
*/

li > p:first-child {
margin-top: 0;
}

li > p:last-child {
margin-bottom: 0;
}

div.admonition dl {
margin-bottom: 0;
}

div.sidebar {
clear: none;
}

div.admonition, div.topic, pre {
clear: none;
}

0 comments on commit 20f4514

Please sign in to comment.