summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@localhost>1999-10-25 11:09:21 +0000
committergerald <gerald@localhost>1999-10-25 11:09:21 +0000
commit12341971e077c46d89d12be26eec60273583c36f (patch)
tree0d17e35817cba6fe2747270291680e59e64da211
parent08a0361c6eda6e43c4008135560e4fad615f3886 (diff)
downloadmarkup-validator-12341971e077c46d89d12be26eec60273583c36f.zip
markup-validator-12341971e077c46d89d12be26eec60273583c36f.tar.gz
markup-validator-12341971e077c46d89d12be26eec60273583c36f.tar.bz2
a style sheet for the validator's results page.
pretty minimal so far.
-rw-r--r--htdocs/results.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/htdocs/results.css b/htdocs/results.css
new file mode 100644
index 0000000..c9bc742
--- /dev/null
+++ b/htdocs/results.css
@@ -0,0 +1,17 @@
+
+/* style sheet for the validator's results page */
+
+/* $Id: results.css,v 1.1 1999-10-25 11:09:21 gerald Exp $ */
+
+.markup {
+color: red;
+font-size: larger;
+font-weight: bolder;
+}
+
+.input {
+color: black;
+font-size: smaller;
+background-color: #eeeeee; /* light grey */
+}
+