summaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-02-12 02:44:33 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-02-12 02:44:33 +0100
commit3e2ee4f26f171e05b9b38a270c6baab63edb3f7e (patch)
treebb353e53de5ffea148a36cdcfc1b7108a7d94939 /docs/_static
parent579921dd7fb7de09295e5e8f4e5d02ba0e359c23 (diff)
downloadpsutil-3e2ee4f26f171e05b9b38a270c6baab63edb3f7e.tar.gz
refactor doc
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/css/custom.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css
index b76f442a..c5c201e4 100644
--- a/docs/_static/css/custom.css
+++ b/docs/_static/css/custom.css
@@ -15,10 +15,30 @@
border-right:10px !important;
}
-.local-toc li ul li{
+.local-toc li ul li {
padding-left: 20px !important;
}
+.rst-content ul p {
+ margin-bottom: 0px !important;
+}
+
+.document td {
+ padding-bottom: 0px !important;
+}
+
+.document th {
+ padding-top: 0px !important;
+ padding-bottom: 0px !important;
+}
+
+.document th p {
+ margin-bottom: 0px !important;
+}
+
+.document th p {
+}
+
.function .descclassname {
font-weight: normal !important;
}