mirror of
https://github.com/searx/searx
synced 2025-02-01 10:46:47 +01:00
Revert "[fix] sphinx 3.1 CSS issues"
This reverts commit 0616684baa58b86cac5df6546432d4372f965fe2. Since PR https://github.com/sphinx-doc/sphinx/pull/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: - https://github.com/sphinx-doc/sphinx/issues/7838#issuecomment-646009605 - https://github.com/sphinx-doc/sphinx/pull/7484#issuecomment-646058972 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
1ba53e6129
commit
b6dcf90816
29
docs/_themes/searx/static/searx.css
vendored
29
docs/_themes/searx/static/searx.css
vendored
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user