diff options
Diffstat (limited to 'bindings/python/_static')
-rw-r--r-- | bindings/python/_static/custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/python/_static/custom.css b/bindings/python/_static/custom.css index 37807922..9542e3be 100644 --- a/bindings/python/_static/custom.css +++ b/bindings/python/_static/custom.css @@ -22,6 +22,10 @@ img.logo { padding-top : 1.5em } +.exception { + padding-top : 1.5em +} + .function { padding-top : 1.5em } |