diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style/docutils.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style/docutils.css b/static/style/docutils.css index 3f75dc6..cd63ace 100644 --- a/static/style/docutils.css +++ b/static/style/docutils.css @@ -11,6 +11,8 @@ See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to customize this style sheet. */ +div.document { + margin-top: -38px; } /* used to remove borders from tables and images */ .borderless, table.borderless td, table.borderless th { border: 0 } |