Steal a bit of look-n-feel from the website; this document was just looking

incredibly bland.
This commit is contained in:
Fred L. Drake, Jr. 2003-10-20 14:40:44 +00:00
parent cf18cd478c
commit 16efce86d2
3 changed files with 45 additions and 4 deletions

BIN
expat/doc/expat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -13,9 +13,17 @@
<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>

View 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 {