diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 14:20:28 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 14:20:28 -0600 |
commit | 8ebd984c6a2b81e1bf109786a9bc69dba5f69308 (patch) | |
tree | 73669fd5d4f23f61b56537c9f444ccd5c1833e7c /docs/libdbusmenu-glib/reference/html/style.css | |
parent | 788e7913d8e948876c70b7a7003a75caf8d5627a (diff) | |
parent | 2a91021522eb038b3aa18f2532ac289b921c9a48 (diff) | |
download | libdbusmenu-8ebd984c6a2b81e1bf109786a9bc69dba5f69308.tar.gz libdbusmenu-8ebd984c6a2b81e1bf109786a9bc69dba5f69308.tar.bz2 libdbusmenu-8ebd984c6a2b81e1bf109786a9bc69dba5f69308.zip |
New upstream release.
Diffstat (limited to 'docs/libdbusmenu-glib/reference/html/style.css')
-rw-r--r-- | docs/libdbusmenu-glib/reference/html/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libdbusmenu-glib/reference/html/style.css b/docs/libdbusmenu-glib/reference/html/style.css index d544a2c..d6f6c26 100644 --- a/docs/libdbusmenu-glib/reference/html/style.css +++ b/docs/libdbusmenu-glib/reference/html/style.css @@ -32,8 +32,9 @@ /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { + display: inline-block; position: relative; - padding-top:4.5em; + top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index |