Fixed regression: I had accidentally put the link-underlining rules back into html.css, regression bug 20760. r=peterl@netscape.com, sr=buster@netscape.com

This commit is contained in:
attinasi%netscape.com 2000-11-02 23:46:22 +00:00
Родитель 3d2d027ddd
Коммит aec861add9
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -401,13 +401,11 @@ fieldset {
/* links */
:link {
text-decoration: underline;
cursor: pointer;
-moz-user-focus: normal;
}
:visited {
text-decoration: underline;
cursor: pointer;
-moz-user-focus: normal;
}

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

@ -401,13 +401,11 @@ fieldset {
/* links */
:link {
text-decoration: underline;
cursor: pointer;
-moz-user-focus: normal;
}
:visited {
text-decoration: underline;
cursor: pointer;
-moz-user-focus: normal;
}