Шаблон:БлокПравил/styles.css: различия между версиями

Материал из FIRE STATION WIKI
Нет описания правки
Нет описания правки
Строка 11: Строка 11:
.блокПравил h2 {
.блокПравил h2 {
margin-bottom: 12px;
margin-bottom: 12px;
}
.блокПравил hr {
border-top: 6px solid;
border-radius: 6px;
}
}

Версия от 02:59, 29 октября 2025

.блокПравил {
	text-decoration: none !important;
	border-radius: 6px;
	padding: 12px;
}

.блокПравил h2, .блокПравил p {
	margin: 0;
}

.блокПравил h2 {
	margin-bottom: 12px;
}

.блокПравил hr {
	border-top: 6px solid;
	border-radius: 6px;
}