Revised img linking/usemap rules as per suggestion in bug #8027 which fixes #8027

This commit is contained in:
kipp%netscape.com 1999-09-01 20:58:59 +00:00
Родитель ae12f6c7e5
Коммит 2489cbb7b8
2 изменённых файлов: 18 добавлений и 40 удалений

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

@ -226,26 +226,6 @@ a:out-of-date {
text-decoration: underline;
cursor: pointer;
}
a:link img {
display: inline;
border: 2px solid;
text-decoration: none;
}
a:visited img {
display: inline;
border: 2px solid;
text-decoration: none;
}
a:active img {
display: inline;
border: 2px solid;
text-decoration: none;
}
a:out-of-date img {
display: inline;
border: 2px solid;
text-decoration: none;
}
b, strong {
display: inline;
font-weight: bolder;
@ -424,6 +404,15 @@ img[align=left] {
img[align=right] {
margin-left: 4px;
}
a:link img, a:visited img, a:active img,
a:out-of-date img, img[usemap], object[usemap] {
display: inline;
border: 2px solid;
cursor: pointer;
}
img[usemap], object[usemap] {
color: blue;
}
img:-moz-text {
/* font-family: sans-serif; */
/* font-size: 8.5pt; */

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

@ -226,26 +226,6 @@ a:out-of-date {
text-decoration: underline;
cursor: pointer;
}
a:link img {
display: inline;
border: 2px solid;
text-decoration: none;
}
a:visited img {
display: inline;
border: 2px solid;
text-decoration: none;
}
a:active img {
display: inline;
border: 2px solid;
text-decoration: none;
}
a:out-of-date img {
display: inline;
border: 2px solid;
text-decoration: none;
}
b, strong {
display: inline;
font-weight: bolder;
@ -424,6 +404,15 @@ img[align=left] {
img[align=right] {
margin-left: 4px;
}
a:link img, a:visited img, a:active img,
a:out-of-date img, img[usemap], object[usemap] {
display: inline;
border: 2px solid;
cursor: pointer;
}
img[usemap], object[usemap] {
color: blue;
}
img:-moz-text {
/* font-family: sans-serif; */
/* font-size: 8.5pt; */