htdocs index.html,1.42,1.43 style.css,1.6,1.7
"Fred L. Drake" <[email protected]> Wed, 15 Oct 2003 11:16:37 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv13381
Modified Files:
index.html style.css
Log Message:
Add a news item about the upcoming release, and a pointer to the testing
snapshot.
Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- index.html 4 Aug 2003 14:38:24 -0000 1.42
+++ index.html 15 Oct 2003 18:16:35 -0000 1.43
@@ -52,6 +52,21 @@
<h3 id="news">News</h3>
<dl>
+ <dt><em>15 October 2003</em>,
+ Upcoming release.
+ </dt>
+ <dd>
+ We're working on getting the long-delayed Expat 1.95.7 out the
+ door. A snapshot of the current source code is available as <a
+ href= "expat-2003-10-15.tar.gz" >expat-2003-10-15.tar.gz</a>;
+ please give this a try on your platform and report how it works
+ for you to the <a href=
+ "http://mail.libexpat.org/mailman/listinfo/expat-discuss"
+ >expat-discuss</a> mailing list. Our goals for this release are
+ portability and stability.
+ </dt>
+ <dd>
+ </dd>
<dt><em>28 January 2003</em>,
Expat 1.95.6 released.
</dt>
Index: style.css
===================================================================
RCS file: /cvsroot/expat/htdocs/style.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- style.css 5 Sep 2002 03:20:11 -0000 1.6
+++ style.css 15 Oct 2003 18:16:35 -0000 1.7
@@ -19,6 +19,7 @@
dl dt { font-weight: bold; }
+
.content thead { background-color: rgb(110,139,61);
color: rgb(255,236,176);
}
@@ -34,3 +35,23 @@
.content li { margin: 0em;
padding-bottom: 0.75em;
}
+
+/* These margin and padding settings are tedious at best. The idea is
+ to make sure we can put news items on the site that aren't just a
+ ordered or unordered list, and have it not look too ugly.
+*/
+dl dd ul,
+dl dd ul li { padding-left: 0em;
+ margin-left: 0em; }
+
+dl dd { margin-left: 2em; }
+
+dl, ol, ul,
+dl dt { margin-top: 0em;
+ margin-bottom: 0em;
+ padding-top: 0em;
+ padding-bottom: 0em; }
+
+li,
+dl dd { margin-top: 0em;
+ margin-bottom: 0.5em; }