This commit is contained in:
peterl%netscape.com 1998-11-18 02:10:45 +00:00
Родитель e26b45e286
Коммит 8345b5f818
2 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -22,7 +22,6 @@ HTML {
BODY { BODY {
background: inherit; background: inherit;
cursor: inherit;
display: block; display: block;
line-height: normal; line-height: normal;
@ -155,7 +154,6 @@ TD, TH {
// border-style: inset; // border-style: inset;
border-color: #C0C0C0; border-color: #C0C0C0;
display: table-cell; display: table-cell;
cursor: inherit;
} }
TH { TH {
font-weight: bold; font-weight: bold;
@ -441,7 +439,8 @@ BUTTON {
vertical-align: bottom; vertical-align: bottom;
background-color: white; background-color: white;
border: 3px outset gray; border: 3px outset gray;
padding: 3px padding: 3px;
cursor: default;
} }
SELECT { SELECT {
vertical-align: bottom; vertical-align: bottom;
@ -502,3 +501,4 @@ NOFRAMES {
:XML-ROOT { :XML-ROOT {
background-color: inherit; background-color: inherit;
} }

Просмотреть файл

@ -22,7 +22,6 @@ HTML {
BODY { BODY {
background: inherit; background: inherit;
cursor: inherit;
display: block; display: block;
line-height: normal; line-height: normal;
@ -155,7 +154,6 @@ TD, TH {
// border-style: inset; // border-style: inset;
border-color: #C0C0C0; border-color: #C0C0C0;
display: table-cell; display: table-cell;
cursor: inherit;
} }
TH { TH {
font-weight: bold; font-weight: bold;
@ -441,7 +439,8 @@ BUTTON {
vertical-align: bottom; vertical-align: bottom;
background-color: white; background-color: white;
border: 3px outset gray; border: 3px outset gray;
padding: 3px padding: 3px;
cursor: default;
} }
SELECT { SELECT {
vertical-align: bottom; vertical-align: bottom;
@ -502,3 +501,4 @@ NOFRAMES {
:XML-ROOT { :XML-ROOT {
background-color: inherit; background-color: inherit;
} }