summaryrefslogtreecommitdiffstats
path: root/htdocs/results.css
blob: 4b3b668f5f80b5bde73d2e6440ca2bd13f46e4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/* style sheet for the validator's results page */

/* $Id: results.css,v 1.2 1999-10-26 12:58:58 gerald Exp $ */

.markup {
color: red;
font-weight: bolder;
}

.input {
color: black;
background-color: #eeeeee; /* light grey */
}