This commit is contained in:
janc%netscape.com 1998-10-27 00:08:30 +00:00
Родитель 369695631d
Коммит f3b418bdb3
3 изменённых файлов: 0 добавлений и 21 удалений

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

@ -18,16 +18,9 @@
GOOD { border-bottom-style: inherit; }
GOOD { border-bottom-style: none; }
GOOD { border-bottom-style: hidden; }
GOOD { border-bottom-style: dotted; }
GOOD { border-bottom-style: dashed; }
GOOD { border-bottom-style: solid; }
GOOD { border-bottom-style: double; }
GOOD { border-bottom-style: groove; }
GOOD { border-bottom-style: ridge; }
GOOD { border-bottom-style: inset; }
GOOD { border-bottom-style: outset; }
BAD { border-bottom-style: far-right; }
BAD { border-bottom-style: ridge dotted; }
BAD { border-bottom-style: dashed outset; }

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

@ -18,17 +18,10 @@
GOOD { border-left-style: inherit; }
GOOD { border-left-style: none; }
GOOD { border-left-style: hidden; }
GOOD { border-left-style: dotted; }
GOOD { border-left-style: dashed; }
GOOD { border-left-style: solid; }
GOOD { border-left-style: double; }
GOOD { border-left-style: groove; }
GOOD { border-left-style: ridge; }
GOOD { border-left-style: inset; }
GOOD { border-left-style: outset; }
BAD { border-left-style: outside; }
BAD { border-left-style: inherit inset; }
BAD { border-left-style: groove double; }
BAD { border-left-style: null; }

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

@ -20,13 +20,6 @@
GOOD { border-right-style: inherit; }
GOOD { border-right-style: none; }
GOOD { border-right-style: hidden; }
GOOD { border-right-style: dotted; }
GOOD { border-right-style: dashed; }
GOOD { border-right-style: solid; }
GOOD { border-right-style: double; }
GOOD { border-right-style: groove; }
GOOD { border-right-style: ridge; }
GOOD { border-right-style: inset; }
GOOD { border-right-style: outset; }
BAD { border-right-style: far-left; }
BAD { border-right-style: ridge inset; }