More 93626.

This commit is contained in:
hyatt%netscape.com 2001-08-05 19:28:53 +00:00
parent 976bf17bb4
commit 701fff7461
3 changed files with 20 additions and 3 deletions

View File

@ -114,12 +114,18 @@
color : #777777; color : #777777;
} }
html html, description
{ {
margin : 1px 5px 4px 5px; margin : 1px 5px 4px 5px;
cursor : default; cursor : default;
} }
label
{
margin : 0px 5px 0px 5px;
cursor : default;
}
.header .header
{ {
font-weight : bold; font-weight : bold;

View File

@ -131,12 +131,18 @@
color : GrayText; color : GrayText;
} }
html html, description
{ {
margin : 1px 5px 4px 5px; margin : 1px 5px 4px 5px;
cursor : default; cursor : default;
} }
label
{
margin : 1px 5px 2px 6px;
cursor : default;
}
.header .header
{ {
font-weight : bold; font-weight : bold;

View File

@ -130,11 +130,16 @@ text[disabled="true"] {
color: #9FA6AE; color: #9FA6AE;
} }
html { html, description {
margin: 1px 5px 4px 5px; margin: 1px 5px 4px 5px;
cursor: default; cursor: default;
} }
label {
margin: 1px 5px 2px 5px;
cursor: default;
}
.header { .header {
font-weight: bold; font-weight: bold;
} }