mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
More 93626.
This commit is contained in:
parent
976bf17bb4
commit
701fff7461
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user