moved green color from fieldset to legend

This commit is contained in:
Roland Gruber 2003-05-29 17:45:15 +00:00
parent c6a3bc18aa
commit e7a2aeda7d
1 changed files with 3 additions and 1 deletions

View File

@ -58,10 +58,12 @@ background-color:#CCCCFF;
} }
fieldset { fieldset {
color:darkgreen;
background-color:#EEEEEE; background-color:#EEEEEE;
} }
legend {
color:darkgreen;
}
/** /**