diff --git a/expat/doc/expat.png b/expat/doc/expat.png new file mode 100644 index 00000000..97e45cde Binary files /dev/null and b/expat/doc/expat.png differ diff --git a/expat/doc/reference.html b/expat/doc/reference.html index 0b2611d1..38e9b8f4 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -13,9 +13,17 @@ -

Expat XML Parser

- -

Release 1.95.7.

+ + + + + + + + + +
(Expat logo)
Release 1.95.7
+

Expat is a library, written in C, for parsing XML documents. It's the underlying XML parser for the open source Mozilla project, Perl's @@ -1999,5 +2007,6 @@ have been allocated by Valid XHTML 1.0!

+
diff --git a/expat/doc/style.css b/expat/doc/style.css index d56cddeb..8f19fbd5 100644 --- a/expat/doc/style.css +++ b/expat/doc/style.css @@ -1,5 +1,37 @@ body { - background-color: white + background-color: white; + border: 0px; + margin: 0px; + padding: 0px; +} + +.corner { + width: 200px; + height: 80px; + text-align: center; +} + +.banner { + background-color: rgb(110,139,61); + color: rgb(255,236,176); + padding-left: 2em; +} + +.banner h1 { + font-size: 200%; +} + +.content { + padding: 0em 2em 1em 2em; +} + +.releaseno { + background-color: rgb(110,139,61); + color: rgb(255,236,176); + padding-bottom: 0.3em; + padding-top: 0.5em; + text-align: center; + font-weight: bold; } .noborder {