validator/htdocs whatsnew.html,1.42,1.43 index.html,1.66,1.67 base.css,1.42,1.43

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv17757

Modified Files:
	whatsnew.html index.html base.css 
Log Message:
re-adding boldness for news items titles

Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- whatsnew.html	21 Jul 2004 23:43:21 -0000	1.42
+++ whatsnew.html	16 Feb 2005 23:29:15 -0000	1.43
@@ -14,7 +14,7 @@
           <acronym title="Concurrent Versions System">CVS</acronym> log</a>.
       </p>
     </div>
-    <dl>
+    <dl id="news">
       <dt id="t2004-07-23">2004-07-23 &mdash; 0.6.7 Release:</dt>
       <dd>
         <p>

Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- index.html	9 Feb 2005 06:42:49 -0000	1.66
+++ index.html	16 Feb 2005 23:29:15 -0000	1.67
@@ -54,7 +54,7 @@
 
     <div id="recent">
       <h2>Recent Updates</h2>
-      <dl>
+      <dl id="news">
         <dt><a href="whatsnew.html#t2004-07-23">2004-07-23</a>:
           Markup Validator v0.6.7 Released</dt>
         <dd>

Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- base.css	16 Feb 2005 03:50:27 -0000	1.42
+++ base.css	16 Feb 2005 23:29:15 -0000	1.43
@@ -174,6 +174,15 @@
     margin-right: 25px;
 }
 
+dd {
+    margin-left: 35px;
+    margin-right: 25px;
+}
+
+#news dt {
+    font-weight: bold;
+   }
+
 img { 
     margin:0;
     padding: 0;

Received on Wednesday, 16 February 2005 23:29:17 UTC