aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_static/custom.css')
-rw-r--r--docs/_static/custom.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
new file mode 100644
index 0000000..b0a2954
--- /dev/null
+++ b/docs/_static/custom.css
@@ -0,0 +1,20 @@
+div#python2-eol {
+ border-color: red;
+ border-width: medium;
+}
+
+/* Ensure minimum width for 'Parameters' / 'Returns' column */
+dl.field-list > dt {
+ min-width: 100px
+}
+
+/* Insert space between methods for readability */
+dl.method {
+ padding-top: 10px;
+ padding-bottom: 10px
+}
+
+/* Insert empty space between classes */
+dl.class {
+ padding-bottom: 50px
+}