[gtk-doc] css: Don't hide anchor links when navigating.



commit c42c99bfb823d7c78bf4de5e925029232a171998
Author: Rodrigo Aliste <raliste googlemail com>
Date:   Sat Oct 16 15:36:51 2010 -0300

    css: Don't hide anchor links when navigating.
    
    Fixes bug #618379.

 style-classic.css |    3 ++-
 style.css         |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/style-classic.css b/style-classic.css
index 1214302..973d56a 100644
--- a/style-classic.css
+++ b/style-classic.css
@@ -29,8 +29,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
diff --git a/style.css b/style.css
index d544a2c..d6f6c26 100644
--- a/style.css
+++ b/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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]