зеркало из 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 {
|
||||
display: inline;
|
||||
}
|
||||
INS { text-decoration: underline; }
|
||||
DEL { text-decoration: strike-through; }
|
||||
DFN { font-style: italic; }
|
||||
SUB {
|
||||
display: inline;
|
||||
vertical-align: sub;
|
||||
|
|
|
@ -277,6 +277,9 @@ SMALL {
|
|||
ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
|
||||
display: inline;
|
||||
}
|
||||
INS { text-decoration: underline; }
|
||||
DEL { text-decoration: strike-through; }
|
||||
DFN { font-style: italic; }
|
||||
SUB {
|
||||
display: inline;
|
||||
vertical-align: sub;
|
||||
|
|
Загрузка…
Ссылка в новой задаче