diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/base.css | 12 | ||||
-rwxr-xr-x | htdocs/dev/tests/colons.html | 2 | ||||
-rwxr-xr-x | htdocs/dev/tests/nonSGML-chars.html | 2 | ||||
-rwxr-xr-x | htdocs/header.html | 6 | ||||
-rw-r--r-- | htdocs/no_referer.asis | 4 |
5 files changed, 13 insertions, 13 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index a98a010..95f8fa8 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -5,12 +5,12 @@ See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright */ -@import url("results.css"); /* CSS for validation results. */ -@import url("navbar.css"); /* CSS for navigation menu. */ -@import url("tips.css"); /* CSS for Quality Tips. */ -@import url("docs.css"); /* CSS for the Documentation. */ -@import url("print.css") print; -@import url("handheld.css") handheld; +@import url("results"); /* CSS for validation results. */ +@import url("navbar"); /* CSS for navigation menu. */ +@import url("tips"); /* CSS for Quality Tips. */ +@import url("docs"); /* CSS for the Documentation. */ +@import url("print") print; +@import url("handheld") handheld; /* Special Notices */ diff --git a/htdocs/dev/tests/colons.html b/htdocs/dev/tests/colons.html index 5a237f1..624fe7e 100755 --- a/htdocs/dev/tests/colons.html +++ b/htdocs/dev/tests/colons.html @@ -4,7 +4,7 @@ <head> <title>XHTML 1.0 Strict with chars in the range 0x80-0x9B</title> <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="../../base.css" /> + <link rel="stylesheet" type="text/css" href="../../base" /> </head> <body> diff --git a/htdocs/dev/tests/nonSGML-chars.html b/htdocs/dev/tests/nonSGML-chars.html index e679981..c464936 100755 --- a/htdocs/dev/tests/nonSGML-chars.html +++ b/htdocs/dev/tests/nonSGML-chars.html @@ -4,7 +4,7 @@ <head> <title>XHTML 1.0 Strict with chars in the range 0x80-0x9B</title> <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="../../base.css" /> + <link rel="stylesheet" type="text/css" href="../../base" /> </head> <body> diff --git a/htdocs/header.html b/htdocs/header.html index 169d5ae..1b44330 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -8,11 +8,11 @@ <link rel="shortcut icon" href="http://www.w3.org/2008/site/images/favicon.ico" type="image/x-icon" /> <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" /> <style type="text/css" media="all"> - @import "<!--#echo var="relroot" -->style/base.css"; + @import "<!--#echo var="relroot" -->style/base"; </style> <!--#if expr="$includeJS = 1" --> - <script type="text/javascript" src="scripts/mootools.js"></script> - <script type="text/javascript" src="scripts/w3c-validator.js"></script> + <script type="text/javascript" src="scripts/mootools"></script> + <script type="text/javascript" src="scripts/w3c-validator"></script> <!--#endif --> <meta name="keywords" content="HTML, HyperText Markup Language, Validation, W3C Markup Validation Service" /> diff --git a/htdocs/no_referer.asis b/htdocs/no_referer.asis index 3d3e8e4..d277c04 100644 --- a/htdocs/no_referer.asis +++ b/htdocs/no_referer.asis @@ -10,8 +10,8 @@ Content-type: text/html <title>Validation Results - W3C Markup Validator</title> <link rev="made" href="mailto:www-validator@w3.org" /> <link rev="start" href="./" title="Home Page" /> - <style type="text/css" media="all">@import "/style/base.css"; - @import "./style/results.css";</style> + <style type="text/css" media="all">@import "/style/base"; + @import "./style/results";</style> <meta name="keywords" content="HTML, HyperText Markup Language, Validation, W3C Markup Validation Service" /> |