taking out table pref style for border

This commit is contained in:
matt%netscape.com 1999-09-01 20:49:59 +00:00
Родитель eb7c1b76f5
Коммит b9391d57f9
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -24,7 +24,7 @@ background-color: grey
table {
display: block;
width: 100%;
border: groove white 2px;
border: 0px;
min-height: 16px;
color: white;
}
@ -45,4 +45,4 @@ td {
border-style : ridge;
width :25%;
height : 326;
}
}