gegl r2011 - in trunk: . tools



Author: ok
Date: Tue Feb 12 22:49:22 2008
New Revision: 2011
URL: http://svn.gnome.org/viewvc/gegl?rev=2011&view=rev

Log:
* tools/operation_reference.c: (main): adapt to new stylesheet.


Modified:
   trunk/ChangeLog
   trunk/tools/operation_reference.c

Modified: trunk/tools/operation_reference.c
==============================================================================
--- trunk/tools/operation_reference.c	(original)
+++ trunk/tools/operation_reference.c	Tue Feb 12 22:49:22 2008
@@ -111,7 +111,7 @@
 }
 
 
-static gchar *html_top = "<html>\n<head>\n<title>GEGL operations</title>\n<link rel='shortcut icon' href='images/gegl.ico'/>\n<style type='text/css'>\n import url(gegl.css);\ndiv.toc ul { font-size:70%; }\n"
+static gchar *html_top = "<html>\n<head>\n<title>GEGL operations</title>\n<link rel='shortcut icon' href='images/gegl.ico'/>\n<style type='text/css'>\n import url(gegl.css);\ndiv#toc ul { font-size:70%; }\n"
 ".category { margin-bottom: 2em; }\n"
 ".category a {\n  display: block;\n  width: 10em;\n  height: 1.2em;\n  float: left;\n  text-align: left;\n  font-size: 90%;\n}\n"
 "</style>\n</head>\n\n<body>\n<div class='paper'>\n<div class='content'>\n";
@@ -214,7 +214,7 @@
 
   g_print ("%s", html_top);
 
-  g_print ("<div class='toc'>\n<ul>\n");
+  g_print ("<div id='toc'>\n<ul>\n");
   g_print ("<li><a href='index.html'>GEGL</a></li><li>&nbsp;</li>\n");
   g_print ("<li><a href='index.html#Documentation'>Documentation</a></li>\n");
   g_print ("<li><a href='index.html#Glossary'>&nbsp;&nbsp;Glossary</a></li>\n");



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