Tables without border attribute were invisible in editor. Highly depends on 71647. b=57686, r=brade, sr=kin

This commit is contained in:
glazman%netscape.com 2001-03-20 12:25:15 +00:00
Родитель b547795c45
Коммит b428ac16b0
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -18,6 +18,7 @@
* Rights Reserved.
*
* Contributor(s):
* Daniel Glazman <glazman@netscape.com>
*/
/* Styles to alter look of things in the Editor content window
@ -44,7 +45,9 @@ table {
table[empty-cells],
table[border="0"],
table[border="0"] td, table[border="0"] th
table[border="0"] td, table[border="0"] th,
table:not([border]),
table:not([border]) td, table:not([border]) th
{
border: 1px dotted red;
}