Abstract some of the styling information out of the individual documents.

This commit is contained in:
Fred L. Drake, Jr. 2002-09-04 15:46:35 +00:00
parent aa6a61475b
commit f314b5a595
4 changed files with 9 additions and 7 deletions

View File

@ -58,12 +58,12 @@ cvs -z3 -d:ext:<i>developername</i>@cvs.libexpat.org:/cvsroot/expat co <i>module
are:</p>
<dl>
<dt> <strong>expat</strong> </dt>
<dt> expat </dt>
<dd> This contains the C source code for the library, xmlwf, example
applications, and test suite. This is what most people will be
interested in. </dd>
<dt> <strong>htdocs</strong> </dt>
<dt> htdocs </dt>
<dd> The content for <a href="../">www.libexpat.org</a> is located
in this module. </dd>
</dl>

View File

@ -192,7 +192,7 @@ the funcional limitations are unlikely to affect small projects like
Expat, but the quirky behavior... well, we should be aware of it.</p>
<dl>
<dt> <strong>Who is "Nobody"?</strong> </dt>
<dt> Who is "Nobody"? </dt>
<dd> That depends on who initially submitted the report.
<p>The most important thing to know is that SourceForge asks

View File

@ -49,8 +49,8 @@ of Expat.</p>
<h3>News</h3>
<dl>
<dt><em>12 July 2002</em><br />
<strong>Expat 1.95.4 released.</strong><br />
<dt><em>12 July 2002</em>,
Expat 1.95.4 released.
</dt>
<dd>
<ul>
@ -76,8 +76,8 @@ of Expat.</p>
update to 1.95.4.
<p />
</dd>
<dt><em>3 June 2002</em><br />
<strong>Expat 1.95.3 released.</strong><br />
<dt><em>3 June 2002</em>,
Expat 1.95.3 released.
</dt>
<dd>
<ul>

View File

@ -12,6 +12,8 @@
.banner h2 { font-size: 200%; }
.content { padding: 2em; }
dl dt { font-weight: bold; }
.content thead { background-color: rgb(110,139,61);
color: rgb(255,236,176);
}