summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorgerald <gerald@localhost>1999-10-26 12:58:58 +0000
committergerald <gerald@localhost>1999-10-26 12:58:58 +0000
commit703edfa71c77559d82777109394dc467ae24abef (patch)
tree90e374c0c6d69253854668c604f30394e03e9b0a /htdocs
parentde2b561488618c59dd15d0b2f7ca117b5c26fdfd (diff)
downloadmarkup-validator-703edfa71c77559d82777109394dc467ae24abef.zip
markup-validator-703edfa71c77559d82777109394dc467ae24abef.tar.gz
markup-validator-703edfa71c77559d82777109394dc467ae24abef.tar.bz2
removed font-size changes since they were misaligning the error reports
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/results.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/htdocs/results.css b/htdocs/results.css
index c9bc742..4b3b668 100644
--- a/htdocs/results.css
+++ b/htdocs/results.css
@@ -1,17 +1,15 @@
/* style sheet for the validator's results page */
-/* $Id: results.css,v 1.1 1999-10-25 11:09:21 gerald Exp $ */
+/* $Id: results.css,v 1.2 1999-10-26 12:58:58 gerald Exp $ */
.markup {
color: red;
-font-size: larger;
font-weight: bolder;
}
.input {
color: black;
-font-size: smaller;
background-color: #eeeeee; /* light grey */
}