fix typo that caused the CSS declaration to be ignored -- comments in CSS must be delimited with /* */ and not //

This commit is contained in:
rbs%maths.uq.edu.au 2006-08-15 13:17:54 +00:00
Родитель 0a44f564cd
Коммит 14a3ec20d9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -298,7 +298,7 @@ mtd {
white-space: nowrap;
}
// Don't support mtr without mtable, nor mtd without mtr
/* Don't support mtr without mtable, nor mtd without mtr */
:not(mtable) > mtr,
:not(mtr) > mtd {
display: none !important;