Removing unnecessary label rule that was making prefs look like crap. Thanks to pavlov for this fix. r=pavlov,myself

This commit is contained in:
mcafee%netscape.com 1999-10-06 07:45:05 +00:00
parent 4e3e38be06
commit 46c9d36103

View File

@ -1,18 +1,9 @@
body {
background-color:#CCCCCC;
font-family: sans-serif;
font-size: 9pt;
}
#righttext {
text-align: left;
font-style: bold;
}
#righttext {
text-align: right;
}
@ -23,16 +14,12 @@ background-color: grey
table {
display: block;
width: 100%;
width: 100%;
border: 0px;
min-height: 16px;
/* color: white; */
}
label {
background-color:#cccccc;
}
td {
font-size: 8pt;
}
@ -41,8 +28,8 @@ td {
border : 0}
#preftree {
border : yes;
border-style : ridge;
width :25%;
height : 326;
}
border : yes;
border-style : ridge;
width :25%;
height : 326;
}