зеркало из https://github.com/mozilla/pjs.git
fixed decoration style of del
This commit is contained in:
Родитель
c5ad15c3ea
Коммит
f9df2b0fc3
|
@ -281,7 +281,7 @@ ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
|
|||
display: inline;
|
||||
}
|
||||
INS { text-decoration: underline; }
|
||||
DEL { text-decoration: strike-through; }
|
||||
DEL { text-decoration: line-through; }
|
||||
DFN { font-style: italic; }
|
||||
SUB {
|
||||
display: inline;
|
||||
|
|
|
@ -281,7 +281,7 @@ ABBR, ACRONYM, DEL, DFN, INS, Q, SPAN {
|
|||
display: inline;
|
||||
}
|
||||
INS { text-decoration: underline; }
|
||||
DEL { text-decoration: strike-through; }
|
||||
DEL { text-decoration: line-through; }
|
||||
DFN { font-style: italic; }
|
||||
SUB {
|
||||
display: inline;
|
||||
|
|
Загрузка…
Ссылка в новой задаче