summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorot <ot@localhost>2007-10-02 02:45:34 +0000
committerot <ot@localhost>2007-10-02 02:45:34 +0000
commit68f0782294b753aefeac56592f6bd33e7d7d8735 (patch)
treece891a851bb3204fdd8e6023c95ea3ea1821dc49 /htdocs
parenta69901a74613a51302ee0a73fcdfef80ac411f7e (diff)
downloadmarkup-validator-68f0782294b753aefeac56592f6bd33e7d7d8735.zip
markup-validator-68f0782294b753aefeac56592f6bd33e7d7d8735.tar.gz
markup-validator-68f0782294b753aefeac56592f6bd33e7d7d8735.tar.bz2
making presence of warnings - in otherwise valid document - slightly more visible
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/style/results.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css
index ae392e0..0075833 100644
--- a/htdocs/style/results.css
+++ b/htdocs/style/results.css
@@ -1,5 +1,5 @@
/* style sheet for the validator's results page */
-/* $Id: results.css,v 1.20 2007-09-13 03:46:52 ot Exp $ */
+/* $Id: results.css,v 1.21 2007-10-02 02:45:34 ot Exp $ */
div#results_container {
margin: 2em;
@@ -416,6 +416,11 @@ td.valid {
color: #55B05A;
}
+strong.has_warnings {
+ font-weight:bold;
+ color:#CFAC08;
+ background-color: white;
+}
td.invalid, h3.invalid
{
color: #D23D24 !important;