From cc2a8e949bedd82d31e09cbfc317a51e124f9f0c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 13 Mar 2007 22:09:38 -0700 Subject: fixed gap above knowledge item titles --- static/style/docutils.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static') 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 } -- cgit v1.2.3