Version 0.9.1

Datei 'www/global/s_config.css' Zurück zur Übersicht
#devices {
	width: 100%;
	list-style-type: none;
	margin: 0;
	font-size: var(--main-data-font-med);
}

.device {
	padding-bottom: 1em;
}

.device .device-desc {
	text-align: center;
	font-weight: 700;
}

.device span {
	width: 45%;
	display: inline-block;
}

.device .device-type, .device .device-name {
	display: inline;
}