Изменения

не добавлять стили в печати
Строка 1: Строка 1: −
.ts-fix-text {
  −
background: #ffeaea;
  −
}
  −
   
.ts-fix-template {
 
.ts-fix-template {
 
white-space: nowrap;
 
white-space: nowrap;
 
}
 
}
   −
.ts-fix-commented > a {
+
.ts-fix-error {
border-bottom: 1px dotted;
+
font-size: inherit;
text-decoration: none;
   
}
 
}
   −
.ts-fix-commented > a:hover {
+
@media screen {
border-bottom-style: none;
+
.ts-fix-text {
text-decoration: underline;
+
background: #ffeaea;
}
+
}
   −
.ts-fix-error {
+
.ts-fix-commented > a {
font-size: inherit;
+
border-bottom: 1px dotted;
 +
text-decoration: none;
 +
}
 +
 +
.ts-fix-commented > a:hover {
 +
border-bottom-style: none;
 +
text-decoration: underline;
 +
}
 
}
 
}
Анонимный участник