Changed label to not wrap and to have transparent color. a=Hyatt.

This commit is contained in:
hangas%netscape.com 1999-09-10 23:02:54 +00:00
parent d032f78f02
commit 41d126ece9

View File

@ -148,11 +148,11 @@ legend {
}
label {
display: inline;
display: inline;
padding-bottom: 4px;
/* background-color: inherit; */
background-color:#CCCCDD;
background-color: transparent;
background-image: inherit;
white-space: nowrap;
}
textarea {