aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-03-13 22:09:38 -0700
committerbnewbold <bnewbold@manus.(none)>2007-03-13 22:09:38 -0700
commitcc2a8e949bedd82d31e09cbfc317a51e124f9f0c (patch)
tree79e62a4970471213b8750e91ab394e510dccd361 /static
parenta18139d905a91786407f71273e2b257e546a814e (diff)
downloadbnewnet-cc2a8e949bedd82d31e09cbfc317a51e124f9f0c.tar.gz
bnewnet-cc2a8e949bedd82d31e09cbfc317a51e124f9f0c.zip
fixed gap above knowledge item titles
Diffstat (limited to 'static')
-rw-r--r--static/style/docutils.css2
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 }