adding "required" style

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Paul POULAIN 2007-11-16 18:49:10 -06:00 committed by Joshua Ferraro
parent ba0486aad6
commit 9067c4478a

View file

@ -993,4 +993,9 @@ div.first fieldset {
#changelanguage li:first-child {
border-left : 0;
}
}
.required {
background-color:red;
color:white;
}