summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorot <ot@localhost>2007-03-15 07:02:35 +0000
committerot <ot@localhost>2007-03-15 07:02:35 +0000
commitf64a8e7ef0cfd29ad270da13007f8179fb91cc17 (patch)
treecde0127a9954e1871a853802ad5f20db6870c904 /htdocs
parent2d364b4faf121f8ef55001b8e2d0288f2c822b09 (diff)
downloadmarkup-validator-f64a8e7ef0cfd29ad270da13007f8179fb91cc17.zip
markup-validator-f64a8e7ef0cfd29ad270da13007f8179fb91cc17.tar.gz
markup-validator-f64a8e7ef0cfd29ad270da13007f8179fb91cc17.tar.bz2
css fix for grouped messages
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/style/results.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css
index c548585..557d95f 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.7 2007-03-15 06:54:48 ot Exp $ */
+/* $Id: results.css,v 1.8 2007-03-15 07:02:34 ot Exp $ */
.input {
color: black;
@@ -139,6 +139,10 @@ p.helpwanted {
top: -3em;
}
+li.grouped p.helpwanted {
+ top: -1em;
+}
+
p.helpwanted a {
color: #88f;
text-decoration: none;