diff options
author | ot <ot@localhost> | 2005-02-16 23:29:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-02-16 23:29:15 +0000 |
commit | 7dcf42d6a598255e3d91680cfec1f72053dc5494 (patch) | |
tree | e295e1581c54d1e45e5828b93c47d88418e6f161 | |
parent | 15bff998a38ff7409f1a247c081fb465da4225f1 (diff) | |
download | markup-validator-7dcf42d6a598255e3d91680cfec1f72053dc5494.zip markup-validator-7dcf42d6a598255e3d91680cfec1f72053dc5494.tar.gz markup-validator-7dcf42d6a598255e3d91680cfec1f72053dc5494.tar.bz2 |
re-adding boldness for news items titles
-rw-r--r-- | htdocs/base.css | 11 | ||||
-rwxr-xr-x | htdocs/index.html | 6 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 6 |
3 files changed, 16 insertions, 7 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index bf88749..ec8cd51 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,7 +4,7 @@ Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.42 2005-02-16 03:50:27 ot Exp $ + $Id: base.css,v 1.43 2005-02-16 23:29:15 ot Exp $ */ @import url(results.css); /* CSS for validation results. */ @@ -174,6 +174,15 @@ p, dt { margin-right: 25px; } +dd { + margin-left: 35px; + margin-right: 25px; +} + +#news dt { + font-weight: bold; + } + img { margin:0; padding: 0; diff --git a/htdocs/index.html b/htdocs/index.html index 912ba27..8a51b58 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.66 2005-02-09 06:42:49 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-02-09 06:42:49 $" +<!--#set var="revision" value="\$Id: index.html,v 1.67 2005-02-16 23:29:15 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-02-16 23:29:15 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -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> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index af38d1d..1f12365 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.42 2004-07-21 23:43:21 link Exp $" ---><!--#set var="date" value="\$Date: 2004-07-21 23:43:21 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.43 2005-02-16 23:29:15 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-02-16 23:29:15 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -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 — 0.6.7 Release:</dt> <dd> <p> |