[Expat-checkins] htdocs index.html,1.27,1.28 style.css,1.4,1.5
Fred L. Drake
fdrake@users.sourceforge.net
Wed, 04 Sep 2002 08:46:37 -0700
Update of /cvsroot/expat/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv26501
Modified Files:
index.html style.css
Log Message:
Abstract some of the styling information out of the individual documents.
Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- index.html 29 Aug 2002 18:00:51 -0000 1.27
+++ index.html 4 Sep 2002 15:46:34 -0000 1.28
@@ -49,8 +49,8 @@
<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 @@
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: style.css
===================================================================
RCS file: /cvsroot/expat/htdocs/style.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- style.css 8 Jul 2002 15:34:04 -0000 1.4
+++ style.css 4 Sep 2002 15:46:35 -0000 1.5
@@ -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);
}