- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Aug 2005 01:56:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv8778
Modified Files:
base.css print.css
Log Message:
should fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=1839
Index: print.css
===================================================================
RCS file: /sources/public/validator/htdocs/print.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- print.css 17 Feb 2005 02:21:32 -0000 1.2
+++ print.css 12 Aug 2005 01:56:47 -0000 1.3
@@ -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.56
diff -u -d -r1.55 -r1.56
--- base.css 21 Jun 2005 05:18:12 -0000 1.55
+++ base.css 12 Aug 2005 01:56:47 -0000 1.56
@@ -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 Friday, 12 August 2005 01:56:54 UTC