aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/python/_static/custom.css
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-06-21 18:50:55 +0200
committerDavid Robillard <d@drobilla.net>2021-03-08 23:36:35 -0500
commit18fcbc74f3b4d5452420bd108894624876ade27f (patch)
tree98b984eb4c3560fe2d32e357956460dd1c7c5668 /bindings/python/_static/custom.css
parentdc5ccf0913fe716059bb633d8a183cbddc634a7a (diff)
downloadserd-18fcbc74f3b4d5452420bd108894624876ade27f.tar.gz
serd-18fcbc74f3b4d5452420bd108894624876ade27f.tar.bz2
serd-18fcbc74f3b4d5452420bd108894624876ade27f.zip
WIP: Add Python bindings
Diffstat (limited to 'bindings/python/_static/custom.css')
-rw-r--r--bindings/python/_static/custom.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/bindings/python/_static/custom.css b/bindings/python/_static/custom.css
new file mode 100644
index 00000000..9542e3be
--- /dev/null
+++ b/bindings/python/_static/custom.css
@@ -0,0 +1,35 @@
+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
+}
+
+.exception {
+ padding-top : 1.5em
+}
+
+.function {
+ padding-top : 1.5em
+}
+
+.method {
+ padding-top : 0.75em
+}