diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/results.css | 17 |
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 */ +} + |