- From: Terje Bless via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Aug 2005 22:47:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv25103/htdocs
Modified Files:
Tag: validator-0_7-branch
base.css print.css
Log Message:
Merging changes between validator-0_7_0-release and current HEAD at tag
validator-0_7-branchpoint.
Index: print.css
===================================================================
RCS file: /sources/public/validator/htdocs/print.css,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- print.css 17 Feb 2005 02:21:32 -0000 1.2
+++ print.css 15 Aug 2005 22:47:50 -0000 1.2.2.1
@@ -2,7 +2,7 @@
/* should not be necessary to wrap this way, but safer is better */
{
#menu, .jumpbar, address, .copyright, #revalidate {
- display: none
+ display: none;
}
html {
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.55
retrieving revision 1.55.2.1
diff -u -d -r1.55 -r1.55.2.1
--- base.css 21 Jun 2005 05:18:12 -0000 1.55
+++ base.css 15 Aug 2005 22:47:50 -0000 1.55.2.1
@@ -11,7 +11,8 @@
@import url("navbar.css"); /* CSS for navigation menu. */
@import url("tips.css"); /* CSS for Quality Tips. */
@import url("docs.css"); /* CSS for the Documentation. */
-/* the print/handheld CSS imports are at the end of this document */
+@import url("print.css") print;
+@import url("handheld.css") handheld;
/* Special Notices */
@@ -306,6 +307,4 @@
font-weight: bold;
}
-@import url("print.css") print;
-@import url("handheld.css") handheld;
Received on Monday, 15 August 2005 22:47:58 UTC