diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-13 22:09:38 -0700 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-13 22:09:38 -0700 |
commit | cc2a8e949bedd82d31e09cbfc317a51e124f9f0c (patch) | |
tree | 79e62a4970471213b8750e91ab394e510dccd361 | |
parent | a18139d905a91786407f71273e2b257e546a814e (diff) | |
download | bnewnet-cc2a8e949bedd82d31e09cbfc317a51e124f9f0c.tar.gz bnewnet-cc2a8e949bedd82d31e09cbfc317a51e124f9f0c.zip |
fixed gap above knowledge item titles
-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 } |