mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
Removed unused CSS
This commit is contained in:
parent
d22d16469c
commit
6e8c359133
@ -33,49 +33,3 @@ select[pseudoclass~="hover"] {
|
||||
background: red;
|
||||
}
|
||||
|
||||
p, br, td {
|
||||
font-color: red;
|
||||
background-color: #ffffcc
|
||||
}
|
||||
|
||||
table#editbar-table {
|
||||
background: silver;
|
||||
border: 1px;
|
||||
border-style: outset;
|
||||
}
|
||||
|
||||
box#edit-bar {
|
||||
/* DOESN'T WORK
|
||||
background: silver; */
|
||||
/* THIS CAUSES CRASH
|
||||
border: 1px;
|
||||
border-style: outset; */
|
||||
}
|
||||
|
||||
tr.panel [show="1"] {
|
||||
display: table-row;
|
||||
background: white;
|
||||
}
|
||||
tr.panel [show="2"] {
|
||||
display: none;
|
||||
background: gray;
|
||||
}
|
||||
|
||||
tr.panel [show=1] {
|
||||
display: table-row;
|
||||
background: white;
|
||||
}
|
||||
tr.panel [show=2] {
|
||||
display: none;
|
||||
background: gray;
|
||||
}
|
||||
tr.panel [align="left"] {
|
||||
display: table-row;
|
||||
background: white;
|
||||
}
|
||||
|
||||
tr.panel [align="right"] {
|
||||
display: none;
|
||||
background: gray;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user