Модуль:Надстрочное предупреждение/styles.css

.ts-fix-template {
	white-space: nowrap;
}

.ts-fix-error {
	font-size: inherit;
}

@media screen {
	.ts-fix-text {
		background: #fee7e6;
	}

	.ts-fix-commented > a {
		border-bottom: 1px dotted;
		text-decoration: none;
	}
	
	.ts-fix-commented > a:hover {
		border-bottom-style: none;
		text-decoration: underline;
	}
}

/* [[Категория:Модули:Подстраницы CSS]] */