]> granicus.if.org Git - libexpat/commitdiff
Steal a bit of look-n-feel from the website; this document was just looking
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 20 Oct 2003 14:40:44 +0000 (14:40 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 20 Oct 2003 14:40:44 +0000 (14:40 +0000)
incredibly bland.

expat/doc/expat.png [new file with mode: 0644]
expat/doc/reference.html
expat/doc/style.css

diff --git a/expat/doc/expat.png b/expat/doc/expat.png
new file mode 100644 (file)
index 0000000..97e45cd
Binary files /dev/null and b/expat/doc/expat.png differ
index 0b2611d122964a0035310a50e1922b5f2a627361..38e9b8f4bf7997522ac38f887e3cf60724e5e765 100644 (file)
   <link href="style.css" rel="stylesheet" type="text/css" />
 </head>
 <body>
-<h1>Expat XML Parser</h1>
-
-<p><em>Release 1.95.7.</em></p>
+  <table cellspacing="0" cellpadding="0" width="100%">
+    <tr>
+      <td class="corner"><img src="expat.png" alt="(Expat logo)" /></td>
+      <td class="banner"><h1>The Expat XML Parser</h1></td>
+    </tr>
+    <tr>
+      <td class="releaseno">Release 1.95.7</td>
+      <td></td>
+    </tr>
+  </table>
+<div class="content">
 
 <p>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 <code><a href="#XML_MemMalloc"
 <p><a href="http://validator.w3.org/check/referer"><img
         src="valid-xhtml10.png" alt="Valid XHTML 1.0!"
         height="31" width="88" class="noborder" /></a></p>
+</div>
 </body>
 </html>
index d56cddeba21c0fe949721b18fab61ca71215ab05..8f19fbd55fd94ea4be0d6fce12e7c8b601a28c1e 100644 (file)
@@ -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 {