Deploying to gh-pages from @ 5840499bfb 🚀

This commit is contained in:
dalf 2020-12-27 13:15:40 +00:00
parent 1129ff6dfc
commit 05d3c61807
1 changed files with 0 additions and 29 deletions

View File

@ -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;
}