diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-08-28 11:52:46 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-08-28 11:52:46 +0000 |
commit | d4a3e1a302b354bbd8a449330466937ce0276a16 (patch) | |
tree | 9e2cc73b5912e8217719e0c508d8b2b94c57a2c5 /doc/docbook.html | |
parent | f015c8f98ccdaa929367caf1894effa6d41a02ed (diff) | |
download | libxslt-d4a3e1a302b354bbd8a449330466937ce0276a16.tar.gz libxslt-d4a3e1a302b354bbd8a449330466937ce0276a16.tar.bz2 libxslt-d4a3e1a302b354bbd8a449330466937ce0276a16.zip |
nice logos generated by Marc Liyanage changed the stylesheet to show the
* doc/Libxslt-Logo-180x168.gif doc/Libxslt-Logo-90x34.gif:
nice logos generated by Marc Liyanage
* doc/site.xsl *.html: changed the stylesheet to show the new
logo and regenerated the pages
Daniel
Diffstat (limited to 'doc/docbook.html')
-rw-r--r-- | doc/docbook.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docbook.html b/doc/docbook.html index 6d5fc083..ac66b62d 100644 --- a/doc/docbook.html +++ b/doc/docbook.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> -<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <style type="text/css"><!-- TD {font-family: Verdana,Arial,Helvetica} BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em} @@ -15,7 +15,7 @@ A:link, A:visited, A:active { text-decoration: underline } <body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"> <table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr> <td width="100"> -<a href="http://www.gnome.org/"><img src="smallfootonly.gif" alt="Gnome Logo"></a><a href="http://www.redhat.com"><img src="redhat.gif" alt="Red Hat Logo"></a> +<a href="http://www.gnome.org/"><img src="smallfootonly.gif" alt="Gnome Logo"></a><a href="http://www.redhat.com"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/XSLT/"><img src="Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo"></a></div> </td> <td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"> <h1>The XSLT C library for Gnome</h1> |