Removed unused CSS

This commit is contained in:
cmanske%netscape.com 1999-05-13 21:01:43 +00:00
parent d22d16469c
commit 6e8c359133

View File

@ -33,49 +33,3 @@ select[pseudoclass~="hover"] {
background: red; 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;
}