зеркало из https://github.com/mozilla/pjs.git
moved img alt-text sizing into text pseudo-element
This commit is contained in:
Родитель
0edbf3ac86
Коммит
0ffcd3fdde
|
@ -192,29 +192,21 @@ a:out-of-date {
|
||||||
a:link img {
|
a:link img {
|
||||||
display: inline;
|
display: inline;
|
||||||
border: 2px solid blue;
|
border: 2px solid blue;
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 8.5pt;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:visited img {
|
a:visited img {
|
||||||
display: inline;
|
display: inline;
|
||||||
border: 2px solid purple;
|
border: 2px solid purple;
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 8.5pt;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:active img {
|
a:active img {
|
||||||
display: inline;
|
display: inline;
|
||||||
border: 2px solid lime;
|
border: 2px solid lime;
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 8.5pt;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:out-of-date img {
|
a:out-of-date img {
|
||||||
display: inline;
|
display: inline;
|
||||||
border: 2px solid red;
|
border: 2px solid red;
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 8.5pt;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
b, strong {
|
b, strong {
|
||||||
|
@ -382,6 +374,8 @@ br {
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
}
|
||||||
|
img:-moz-text {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
}
|
}
|
||||||
|
|
|
@ -192,29 +192,21 @@ a:out-of-date {
|
||||||
a:link img {
|
a:link img {
|
||||||
display: inline;
|
display: inline;
|
||||||
border: 2px solid blue;
|
border: 2px solid blue;
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 8.5pt;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:visited img {
|
a:visited img {
|
||||||
display: inline;
|
display: inline;
|
||||||
border: 2px solid purple;
|
border: 2px solid purple;
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 8.5pt;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:active img {
|
a:active img {
|
||||||
display: inline;
|
display: inline;
|
||||||
border: 2px solid lime;
|
border: 2px solid lime;
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 8.5pt;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:out-of-date img {
|
a:out-of-date img {
|
||||||
display: inline;
|
display: inline;
|
||||||
border: 2px solid red;
|
border: 2px solid red;
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 8.5pt;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
b, strong {
|
b, strong {
|
||||||
|
@ -382,6 +374,8 @@ br {
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
}
|
||||||
|
img:-moz-text {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче