зеркало из https://github.com/mozilla/pjs.git
added default style for INS, DEL & DFN
This commit is contained in:
Родитель
805b209384
Коммит
9bcd308ff6
|
@ -277,6 +277,9 @@ SMALL {
|
||||||
ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
|
ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
INS { text-decoration: underline; }
|
||||||
|
DEL { text-decoration: strike-through; }
|
||||||
|
DFN { font-style: italic; }
|
||||||
SUB {
|
SUB {
|
||||||
display: inline;
|
display: inline;
|
||||||
vertical-align: sub;
|
vertical-align: sub;
|
||||||
|
|
|
@ -277,6 +277,9 @@ SMALL {
|
||||||
ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
|
ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
INS { text-decoration: underline; }
|
||||||
|
DEL { text-decoration: strike-through; }
|
||||||
|
DFN { font-style: italic; }
|
||||||
SUB {
|
SUB {
|
||||||
display: inline;
|
display: inline;
|
||||||
vertical-align: sub;
|
vertical-align: sub;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче