aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/python/_static/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/_static/custom.css')
-rw-r--r--bindings/python/_static/custom.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/bindings/python/_static/custom.css b/bindings/python/_static/custom.css
new file mode 100644
index 00000000..37807922
--- /dev/null
+++ b/bindings/python/_static/custom.css
@@ -0,0 +1,31 @@
+div.document {
+ margin : 0
+}
+
+div.body {
+ margin-top : 2em
+}
+
+div.sphinxsidebarwrapper {
+ background : #EEE
+}
+
+div.sphinxsidebarwrapper p.blurb {
+ text-align : center
+}
+
+img.logo {
+ width : 6em
+}
+
+.class {
+ padding-top : 1.5em
+}
+
+.function {
+ padding-top : 1.5em
+}
+
+.method {
+ padding-top : 0.75em
+}