summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2002-12-01 13:47:15 +0000
committerlink <link@localhost>2002-12-01 13:47:15 +0000
commit9687acbc3a97d2485656da87abdc4df7c6aa52f6 (patch)
tree29571043559f58dcb6b4bd0a5f774e4583e4d4b5
parent5170e03a6fc955fd1c7e0393997388b1df57a80d (diff)
downloadmarkup-validator-9687acbc3a97d2485656da87abdc4df7c6aa52f6.zip
markup-validator-9687acbc3a97d2485656da87abdc4df7c6aa52f6.tar.gz
markup-validator-9687acbc3a97d2485656da87abdc4df7c6aa52f6.tar.bz2
Tweak CSS for template code.
-rw-r--r--htdocs/config/validator.conf8
-rw-r--r--htdocs/results.css11
2 files changed, 9 insertions, 10 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf
index a9b020c..1659ebf 100644
--- a/htdocs/config/validator.conf
+++ b/htdocs/config/validator.conf
@@ -1,13 +1,13 @@
#
# Main Configuration File for the W3C MarkUp Validation Service.
#
-# $Id: validator.conf,v 1.1 2002-12-01 00:46:18 link Exp $
+# $Id: validator.conf,v 1.2 2002-12-01 13:47:15 link Exp $
#
# See 'perldoc Config::General' for the syntax, and be aware that the
# 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*'.
#
-DEBUG = 1
+DEBUG = 0
#
# Email address of the maintainer of this service.
@@ -15,11 +15,11 @@ Maintainer = www-validator@w3.org
#
# The "Home Page" for the service.
-Home_Page = http://validator.w3.org/
+Home_Page = http://mail.tj.unn.no/
#
# Base URI To Error Explanations (doc/errors.html)
-Msg_FAQ_URI = http://validator.w3.org/docs/errors.html
+Msg_FAQ_URI = http://mail.tj.unn.no/docs/errors.html
#
# Base URI for the Element Reference.
diff --git a/htdocs/results.css b/htdocs/results.css
index 78ca908..6c6cdfa 100644
--- a/htdocs/results.css
+++ b/htdocs/results.css
@@ -1,5 +1,5 @@
/* style sheet for the validator's results page */
-/* $Id: results.css,v 1.14 2002-12-01 13:40:32 link Exp $ */
+/* $Id: results.css,v 1.15 2002-12-01 13:47:15 link Exp $ */
.markup {
color: red;
@@ -22,10 +22,6 @@ ul#Warnings {
padding-top: 1ex;
}
-div.meat {
- margin-right: 10em;
-}
-
th {
padding-right: .5em;
text-align: right;
@@ -145,9 +141,12 @@ img.inline-badge {
float: left;
}
-
+.source code {
+ white-space: normal;
+}
div.mtb { /* "Medium Thematic Break" */
margin-top: 5em;
border-top: 1px solid black;
}
+