]> granicus.if.org Git - libexpat/commitdiff
Abstract some of the styling information out of the individual documents.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 4 Sep 2002 15:46:35 +0000 (15:46 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 4 Sep 2002 15:46:35 +0000 (15:46 +0000)
htdocs/dev/cvs.html
htdocs/dev/trackers.html
htdocs/index.html
htdocs/style.css

index 83b3d55e59b997579b540bde891bc430df738950..c34cff8b7267e18c70872ff6fa33ae5a58778d69 100644 (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>
index 6c04cfe75cd63bcfe1fe70216d4b1567846d4694..c52afb4954dc4ec99832a5ed7c08209163d47c59 100644 (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
index acfaa45307039a332294a2e85f28b6d3aad0d571..300295a53b76dadfcf6122d070f2db31a2484d12 100644 (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>
index 408d149b262995d8f55af8a97d3375a83eed48ec..5de1cc4c010110d82f8efb913c399873acf0141e 100644 (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);
                  }