Wechseln zu:Navigation, Suche
Wiki

/*** Formatierungen für Mobil-Geräte ***/

@media (max-width: 900px) {

td {

 display: block;
 text-align:right;
 vertical-align: top;
 }

}