gtk-doc r646 - trunk



Author: stefkost
Date: Tue Jan 20 11:44:27 2009
New Revision: 646
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=646&view=rev

Log:
	* style-classic.css:
	* style.css:
	  Fix gap, caused by double index divs produces by index generated with
	  the docbook stylesheets.



Modified:
   trunk/ChangeLog
   trunk/style-classic.css
   trunk/style.css

Modified: trunk/style-classic.css
==============================================================================
--- trunk/style-classic.css	(original)
+++ trunk/style-classic.css	Tue Jan 20 11:44:27 2009
@@ -45,6 +45,11 @@
     top: 2em;
     z-index: 0;
   }
+  /* this seems to be a bug in the xsl style sheets when generating indexes */
+  div.index div.index
+  {
+    top: 0em;
+  }
   div.refnamediv
   {
     margin-top: 2em;

Modified: trunk/style.css
==============================================================================
--- trunk/style.css	(original)
+++ trunk/style.css	Tue Jan 20 11:44:27 2009
@@ -41,6 +41,10 @@
     top: 3.1em;
     z-index: 0;
   }
+  div.index div.index
+  {
+    top: 0em;
+  }
   div.refnamediv
   {
     margin-top: 2em;



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