- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Mon, 26 Apr 2004 00:35:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv10426
Modified Files:
Tag: validator-0_6_0-branch
base.css header.html footer.html index.html
Log Message:
getting rid of right navbar - remaining small things
Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.19.2.24
retrieving revision 1.19.2.25
diff -u -d -r1.19.2.24 -r1.19.2.25
--- header.html 22 Apr 2004 22:01:20 -0000 1.19.2.24
+++ header.html 26 Apr 2004 00:35:32 -0000 1.19.2.25
@@ -33,3 +33,4 @@
<li><a href="http://validator.w3.org/source/" title="Information on Source Availability">Download</a></li>
</ul>
+ <div id="main"><!-- This DIV encapsulates everything in this page - necessary for the positioning -->
Index: footer.html
===================================================================
RCS file: /sources/public/validator/htdocs/footer.html,v
retrieving revision 1.5.2.10
retrieving revision 1.5.2.11
diff -u -d -r1.5.2.10 -r1.5.2.11
--- footer.html 22 Apr 2004 22:01:20 -0000 1.5.2.10
+++ footer.html 26 Apr 2004 00:35:32 -0000 1.5.2.11
@@ -1,4 +1,6 @@
- <address>
+ </div><!-- End of "main" DIV. -->
+
+<address>
<a href="<!--#echo var="relroot" -->check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88"
alt="Valid XHTML 1.0!" /></a>
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.26.2.31
retrieving revision 1.26.2.32
diff -u -d -r1.26.2.31 -r1.26.2.32
--- base.css 25 Apr 2004 20:17:50 -0000 1.26.2.31
+++ base.css 26 Apr 2004 00:35:32 -0000 1.26.2.32
@@ -28,7 +28,8 @@
div#main {
padding-top: 1em;
- margin-right: 7.6em;
+/* margin-right: 7.6em; */ /* no need for this without the righthand bar */
+margin: 1em;
}
div#main p, div#main dt {
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.55.2.25
retrieving revision 1.55.2.26
diff -u -d -r1.55.2.25 -r1.55.2.26
--- index.html 25 Apr 2004 23:47:43 -0000 1.55.2.25
+++ index.html 26 Apr 2004 00:35:32 -0000 1.55.2.26
@@ -4,7 +4,6 @@
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
- <div id="main"><!-- This DIV encapsulates everything in this page - necessary for the positioning -->
<div id="skip" class="intro">
<p>
@@ -76,7 +75,6 @@
</div>
- </div><!-- End of "main" DIV. -->
<!--#include virtual="footer.html" -->
</body>
Received on Sunday, 25 April 2004 20:35:35 UTC