mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 19:39:13 +00:00
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:
parent
4e3e38be06
commit
46c9d36103
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user